[webkit-reviews] review requested: [Bug 60142] Exiting full screen causes <video> element inline controls to become visible : [Attachment 93087] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 11 01:25:00 PDT 2011


Jer Noble <jer.noble at apple.com> has asked  for review:
Bug 60142: Exiting full screen causes <video> element inline controls to become
visible
https://bugs.webkit.org/show_bug.cgi?id=60142

Attachment 93087: Patch
https://bugs.webkit.org/attachment.cgi?id=93087&action=review

------- Additional Comments from Jer Noble <jer.noble at apple.com>
Addressed the EWS LayoutTest failure.  Upon removal, the old patch attempted to
dispatch an event at the removed element.  This failed, because events will not
be cascaded to the element's document if the element has been removed from the
DOM.  This patch directs an event at the document element in the case of full
screen element removal.


More information about the webkit-reviews mailing list