[Webkit-unassigned] [Bug 96027] New: [BlackBerry] Exiting fullscreen mode can leave user stuck without Browser menus
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Sep 6 14:39:28 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=96027
Summary: [BlackBerry] Exiting fullscreen mode can leave user
stuck without Browser menus
Product: WebKit
Version: 528+ (Nightly build)
Platform: Other
OS/Version: Other
Status: NEW
Severity: Major
Priority: P2
Component: WebKit BlackBerry
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: mfeil at rim.com
CC: tonikitoo at webkit.org
The changes for https://bugs.webkit.org/show_bug.cgi?id=87337 (landed as http://svn.webkit.org/repository/webkit/trunk@119119) introduced a bug. The same conditions are not checked on enter fullscreen vs. exit.
Web sites such as http://videojs.com and youtube's mobile HTML5 player make the div container of the video element go fullscreen. This is allowed in WebPagePrivate::enterFullScreenForElement() but disallowed in WebPagePrivate::exitFullScreenForElement().
I am fixing this by allowing containers of video elements to exit fullscreen.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list