Closed
Bug 1529522
Opened 6 years ago
Closed 6 years ago
activating a link to a focusable element in SVG do not move focus to target
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 321493
People
(Reporter: peter, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:65.0) Gecko/20100101 Firefox/65.0
Steps to reproduce:
- visit the minimal example at https://codepen.io/pkra/pen/omRLad
- click on the link pointing to another link inside an SVG
Actual results:
The target is not properly in focus.
(The focus seems to be right after the target, e.g., shift+tab puts the target in focus.)
Expected results:
The target is in focus (e.g., as in Chrome).
Comment hidden (obsolete) |
Comment 2•6 years ago
|
||
This seems variation of Bug 321493?
Updated•6 years ago
|
Component: DOM: Core & HTML → SVG
Comment 3•6 years ago
|
||
Yes, I don't think this is an SVG-specific issue. Adjusting the test case to point the link to a different, internal HTML <a href> element also doesn't apply focus styles to the target.
Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•