Closed
Bug 1960047
Opened 9 months ago
Closed 3 months ago
Primary buttons like "Submit Bug" have no keyboard focus indicator
Categories
(bugzilla.mozilla.org :: User Interface, defect, P2)
Tracking
()
RESOLVED
FIXED
People
(Reporter: morgan, Assigned: kohei)
Details
(Keywords: access, bmo-triaged)
Attachments
(1 file)
STR:
- Attempt to create a new bug in bugzilla
- Focus the "description" field
- Hit
tab5 times to move focus past "Markdown Supported", "Etiquette", "Bug Writing Guidelines", and "Request Information From".
Expected:
"Submit Bug" button gets a focus outline to indicate it is focused
Actual:
"Submit Bug" button does not have a visual focus indication, it looks identical to its non-focused state.
| Reporter | ||
Comment 1•9 months ago
|
||
The same appears true for the "Edit Bug" button on the top of the bug info page
Assignee: nobody → mreschenberg
| Reporter | ||
Updated•9 months ago
|
Assignee: mreschenberg → nobody
Comment 2•9 months ago
|
||
It is due to the color of the button and the colored border when an element is highlighted are the same color. We would need to figure out a different highlight color or treat the blue buttons differently.
Updated•5 months ago
|
| Assignee | ||
Comment 3•3 months ago
|
||
I’ll volunteer to take this since I wrote the stylesheet.
Assignee: nobody → kohei
Status: NEW → ASSIGNED
Component: Bug Creation/Editing → User Interface
Summary: "Submit Bug" button has no keyboard focus indicator → Primary buttons like "Submit Bug" have no keyboard focus indicator
Comment 4•3 months ago
|
||
Comment 5•3 months ago
|
||
Authored by https://github.com/kyoshino
https://github.com/mozilla-bteam/bmo/commit/79c291126dde38d9eeb0ebba386fb1671f2edd2a
[master] Bug 1960047 - Primary buttons like "Submit Bug" have no keyboard focus indicator
Status: ASSIGNED → RESOLVED
Closed: 3 months ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•