Opened 15 years ago
Closed 14 years ago
#5124 closed defect (fixed)
ComboButton, FF2 only: no focus box
Reported by: | ptbrunet | Owned by: | Becky Gibson |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Dijit - LnF | Version: | 0.9 |
Keywords: | a11y | Cc: | [email protected]… |
Blocked By: | Blocking: |
Description (last modified by )
Go to the button test and move focus to a combo button. There is no focus box for either part of the button.
Fails in FF2.
FF3, IE6/7 are OK.
Change History (7)
comment:1 Changed 15 years ago by
comment:2 Changed 14 years ago by
Owner: | set to Becky Gibson |
---|
comment:3 Changed 14 years ago by
Milestone: | 1.1 → 1.2 |
---|
comment:4 Changed 14 years ago by
Description: | modified (diff) |
---|
I can't recreate this in FF2 (OSX) I tried all the buttons on: http://archive.dojotoolkit.org/nightly/dojotoolkit/dijit/tests/form/test_Button.html
comment:5 Changed 14 years ago by
Component: | Dijit → Dijit - LnF |
---|---|
Keywords: | a11y added |
There is some focus indication on FF2 in windows but it is not quite right - only around part of the combo part with focus. Moving to dijit-LnF for a second opinion on the priority of this.
comment:6 Changed 14 years ago by
Status: | new → assigned |
---|
comment:7 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [14382]) fixes #5124. related to #4748. Modified button.css to make the combobutton focus border transparent so FF2 focus rectangle is visible. Still not great but focus is visible and better than the partial focus rectangle that was being displayed before. With this change I had to add a dijit_a11y class for the combobutton in ff_2. Also fixed a space typo in toolbar.css for ff_2 combobutton.
This is a duplicate that I'll need to go search for. This is a FF2 issue and is fixed in FF3. It seems that FF2 does not draw the focus border on table cells.