Closed
Bug 618737
Opened 14 years ago
Closed 12 years ago
The <video> element develops a tabindex attribute out of nowhere
Categories
(Core :: Audio/Video, defect)
Core
Audio/Video
Tracking
()
RESOLVED
DUPLICATE
of bug 839378
People
(Reporter: hsivonen, Unassigned)
References
()
Details
Step to reproduce:
1) Load http://software.hixie.ch/utilities/js/live-dom-viewer/saved/736
Actual results:
The video gets a tabindex attribute in the DOM even though there's no attribute in the source.
Expected results:
Expected not the have a tabindex attribute in the DOM when there's no attribute in the source.
Reporter | ||
Updated•14 years ago
|
Summary: The <video> elements develops a tabindex attribute out of nowhere → The <video> element develops a tabindex attribute out of nowhere
Comment 1•14 years ago
|
||
Presumably from here:
http://hg.mozilla.org/mozilla-central/file/8fba5ba58911/toolkit/content/widgets/videocontrols.xml#l953
Can we fix by changing the C++ IsFocusable impl here instead?
Comment 2•14 years ago
|
||
Yeah, videocontrols.xml does this, it's the best solution I could come up with (see bug 486899 comment 20) but obviously isn't ideal.
Comment 3•12 years ago
|
||
Affects selections. Here's another testcase, if its helpful. http://jsfiddle.net/timmywil/6bHfp/
Comment 4•12 years ago
|
||
Duping forward to bug 839378, since that has a fix.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•