#6123 closed defect (fixed)
Spinner: doesn't show up on IE7 until hover
Reported by: | bill | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Dijit - Form | Version: | 1.1b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
On themeTester.html on the form tab page, the spinner doesn't show up, or at least the arrows don't show up, until you mouse over. See attached GIF file.
Attachments (1)
Change History (5)
Changed 13 years ago by
Attachment: | noArrows.gif added |
---|
comment:1 Changed 13 years ago by
Most likely an IE bug. This broke when the themeTester.html DOCTYPE was added. The spinner is being rendered in a hidden div and then when shown, IE doesn't bother rendering all the templates divs. Reassigning domNode.className (without actually changing any classes) fixes the problem - that's why mouseover works since it calls _setStateClass which does exactly that.
comment:3 Changed 13 years ago by
comment:4 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
before mouse over