#7539 closed defect (fixed)
dijit.form.Button FF2 - changing button labels doesn't work
Reported by: | Nathan Toone | Owned by: | Nathan Toone |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Dijit - Form | Version: | 1.1.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Due to the new attr stuff, sometimes, in FF2, the _layoutHack function gets called multiple times - the end result being that the opacity is set to 0.999 on the dom node...future calls to the _layoutHack will not redraw.
This can be seen by opening dijit/tests/form/test_Button.html in FF2 and clicking the "Change Labels" button.
The proposed fix is not to perform the layout hack if there is already one scheduled to happen.
Change History (2)
comment:1 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 11 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
(In [14973]) Fixes #7539 - do not run the _layoutHack if there is already one pending