Closed Bug 301592 Opened 19 years ago Closed 19 years ago

No visible focus for download folder location button

Categories

(Toolkit :: Downloads API, defect)

x86
All
defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: aaronlev, Assigned: doronr)

Details

(Keywords: access)

The button at the bottom of the download manager can receive focus but it does
not show it. This gives the appearance that focus may be lost when it has focus.
It's not clear that the Enter key will activate that button. This is a section
508 issue -- focus must always be visible.

Also, I don't think we should be using <toolbarbutton> and then using
-moz-user-focus: normal on individual buttons, when they're just a button with a
different appearance. This button is not in a toolbar.

How about we create <button class="flat"> or <button class="noborder"> if we
want something to look like a toolbar button yet be focusable? Then we can make
sure it shows focus.
on linux, the button shows focus fine....
Fixed by checkin for bug 281932 via addition of tabbable class for toolbarbutton
widget.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Product: Firefox → Toolkit
Keywords: sec508
You need to log in before you can comment on or make changes to this bug.