Ticket #5952 (closed defect: worksforme)
Dialog with duration of "1" doesn't load.
| Reported by: | guest | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.2 |
| Component: | Dijit | Version: | 1.0 |
| Severity: | normal | Keywords: | dijit.Dialog Dialog |
| Cc: |
Description (last modified by bill) (diff)
If you set the duration to "1" when building a programmatic dijit.Dialog, the Dialog won't be visible after you show() it.. its opacity remains "0" (per Firebug).
Tried with FF2 and IE6 with Dojo version 1.1.0 beta 2
The test case was made by simple adding "duration: 1" to the dijit.Dialog constructor in test_Dialog.html after trying to figure out why my Dialogs are all broken -- I don't want the fade effect.
This might not be a severe bug, but it's probably a sign that something's not right down below.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.