#5568 closed defect (fixed)
ValidationTextbox not always render correctly in FF2 (mac and windows)
Reported by: | tk | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Dijit - Form | Version: | 1.0 |
Keywords: | Validation TextBox FF OSX | Cc: | davidb |
Blocked By: | Blocking: |
Description
ValidationTextBox?'s do not always render correctly in FF2 OSX. With Doug's input the problem was traced to the _layoutHack() function in TextBox?.js being called too soon for FF OSX.
A setTimeout(function,0) call fixes this issue, committing shortly.
Change History (9)
comment:1 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 13 years ago by
comment:3 Changed 13 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Changing the timeout from 0 to 250 is causing dijit/form/test_ComboBox.html to sometimes render boxes as single lines when I press Reload in FF2/WinXP2. It looks like values < 75 seem to work OK on my machine.
comment:4 Changed 13 years ago by
tk, please re-assess this. sounds pretty unsafe if 0 doesn't work.
comment:5 Changed 13 years ago by
Cc: | davidb added |
---|
comment:6 Changed 13 years ago by
Summary: | ValidationTextbox not always render correctly in FF2 OSX → ValidationTextbox not always render correctly in FF2 (mac and windows) |
---|
Doug says this is occurring on windows boxes too (he saw it on DateTextBox?); updating bug title.
comment:7 Changed 13 years ago by
Owner: | changed from tk to Douglas Hays |
---|---|
Status: | reopened → new |
comment:8 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:9 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
(In [12007]) fixes #5568