#5042 closed defect (fixed)
combobox flickers on FF2 when the arrow is clicked
Reported by: | Douglas Hays | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.0.1 |
Component: | Dijit - Form | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
After #5007 was fixed, certain comboboxes seem to flicker everytime the dropdown arrow is clicked in FF2 only. The problem seems related to _layoutHack() in TextBox?.js. This function changes the width to 0 and then restores it in an effort to get FF to redraw a table correctly. Changing the opacity to 0.999 and then restore it seems to have no flicker and achieves the same desired effect. This should be fixed in 1.0.1 since its affecting multiple apps that were using 0.9 and did not have this problem then.
Change History (5)
comment:1 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 13 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
For some reason, the tooltip dialog test in test_Dialog.html (pizza combo) is now failing.
comment:3 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
(In [11465]) Fixes #5042, #5034 in 1.1. The previous opacity change was good, but the ComboBox? template needed the tabIndex=-1 removed and the tundra style fixed. Added position:relative to dijitInlineBox. Removed hardcoded style from Spinner.html and ComboBox?.html templates. Changed ComboBox? to popup on mousedown over arrow and select item on mouseup to match native select.
comment:4 Changed 13 years ago by
(In [11466]) Fixes #5042, #5034 in 1.0.1. The previous opacity change was good, but the ComboBox? template needed the tabIndex=-1 removed and the tundra style fixed. Added position:relative to dijitInlineBox. Removed hardcoded style from Spinner.html and ComboBox?.html templates. Changed ComboBox? to popup on mousedown over arrow and select item on mouseup to match native select.
comment:5 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Post-commit hooks not working - fixed in [11445].