Opened 14 years ago
Closed 13 years ago
#3542 closed defect (fixed)
After clicking down arrow, arrows positions moves upwards (FF only)
Reported by: | bill | Owned by: | Becky Gibson |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Accessibility | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Try clicking the ComboButton?'s in test_Button.html, on FF2. The arrow moves to the top of the <td> rather than being centered like it should be. Strangely this seems to be due to the tabIndex setting on the <td>. Can we move it to the inner div? Or set it programatically? Is it fixed in FF3?
Change History (2)
comment:1 Changed 14 years ago by
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
OK, looks like this was fixed on July 5:
http://archive.dojotoolkit.org/dojo-2007-07-05/dojotoolkit/dijit/tests/form/test_Button.html
Note: See
TracTickets for help on using
tickets.
(In [9328]) The complicated DOM for buttons and comboboxes was breaking FF, so that clicking a button would make the arrow <td> get narrower. Use simpler DOM for the button. Seems to fix the problem, and looks the same (even noir). Fixes #3407.
There remains a problem with the arrow not being centered after click (refs #3542)