#8273 closed defect (fixed)
Contribute Standby widget
Reported by: | Jared Jurkiewicz | Owned by: | Jared Jurkiewicz |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | DojoX Widgets | Version: | 1.2.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
Contribute Standby widget
This widget is a dom overlaying widget intended for use as a blocking/standby/busy indicator. It can be used on any dom node in the page and it will overlay the target with a blocking div + a busy indicator.
I've tested it to work pretty well on:
Firefox 2
Firefox 3.1
Opera 9.6
IE 7
IE 8
Seamonkey
Safari 3.1
Chrome currently has problems, but that is because dojo.coords() mis-reports the target dom node width (#8270)
Attachments (1)
Change History (9)
comment:1 Changed 12 years ago by
Description: | modified (diff) |
---|
Changed 12 years ago by
Attachment: | dojox.widget.Standby_20081211.patch added |
---|
comment:4 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:6 Changed 12 years ago by
comment:8 Changed 12 years ago by
Note: See
TracTickets for help on using
tickets.
Initial patch for the widget.