Closed
Bug 719675
Opened 13 years ago
Closed 13 years ago
[New Tab Page] Make sure the New Tab Page is accessible
Categories
(Firefox :: Tabbed Browser, defect)
Firefox
Tabbed Browser
Tracking
()
RESOLVED
FIXED
Firefox 13
People
(Reporter: ttaubert, Assigned: ttaubert)
References
Details
What the summary says. David, do you want to find someone to fix this?
Comment 1•13 years ago
|
||
It just landed on Central. I'll give it a try and report back here with findings.
Comment 2•13 years ago
|
||
The one problem I'm seeing with the new tab page feature is that the buttons to pin and remove a site are not keyboard accessible. In browser/base/content/newTab/grid.js, they're being created with a tabindex of -1, which makes them non-tabbable.
The links and buttons themselves are exposed to assistive technologies, so is the show/hide button, so all is good on that end except for this one piece.
Assignee | ||
Comment 3•13 years ago
|
||
Sorry, forgot to mention that the pin/remove buttons are intentionally unfocusable for now. They will be once bug 716532 is fixed (which we'll do before pref'ing it on by default for Nightly).
Assignee | ||
Comment 4•13 years ago
|
||
Will be fixed by bug 729878.
Assignee | ||
Comment 5•13 years ago
|
||
Fixed by bug 729878.
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 13
You need to log in
before you can comment on or make changes to this bug.
Description
•