Closed
Bug 1257399
Opened 9 years ago
Closed 9 years ago
In an svg, the window does not position a focused element (with a tabindex) in the window view.
Categories
(Firefox :: Untriaged, defect)
Firefox
Untriaged
Tracking
()
RESOLVED
DUPLICATE
of bug 778654
People
(Reporter: hspeck24, Unassigned)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36
Steps to reproduce:
I created an interactive svg with links that have tabindexes (https://jsbin.com/yiwuru/29).
Tab navigate through the links. The window does not scroll to keep elements in focus in the window view.
Actual results:
When you tab navigate to the links, the window sets focus on the entire svg instead of on the elements inside of it.
Expected results:
When you tab navigate to the links, the window sets focus on the elements with tabindex and scrolls the window to keep the focused item in view.
Reporter | ||
Comment 1•9 years ago
|
||
Just found a bug that was submitted in 2012 that's related: https://bugzilla.mozilla.org/show_bug.cgi?id=778654
Updated•9 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•