Closed
Bug 839378
Opened 12 years ago
Closed 12 years ago
video controls should not modify page DOM
Categories
(Toolkit :: Video/Audio Controls, defect)
Tracking
()
RESOLVED
FIXED
mozilla21
People
(Reporter: roc, Assigned: roc)
References
Details
Attachments
(1 file)
4.56 KB,
patch
|
enndeakin
:
review+
|
Details | Diff | Splinter Review |
videocontrols.xml has:
// Make the <video> element keyboard accessible.
this.video.setAttribute("tabindex", 0);
This is bad. We should not be modifying the DOM visible to the page. We need to find another way to do this.
Neil: Is there a better way to do this?
Comment 1•12 years ago
|
||
You need to override nsIContent::IsHTMLFocusable for the video element.
Assignee | ||
Comment 2•12 years ago
|
||
Assignee: nobody → roc
Attachment #711952 -
Flags: review?
Assignee | ||
Updated•12 years ago
|
Attachment #711952 -
Flags: review? → review?(enndeakin)
Updated•12 years ago
|
Attachment #711952 -
Flags: review?(enndeakin) → review+
Assignee | ||
Comment 4•12 years ago
|
||
Comment 5•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla21
You need to log in
before you can comment on or make changes to this bug.
Description
•