Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[BlackBerry] browser video player fullscreen mode (portrait) - out of…
… screen/focus - cannot navigate or use the buttons on the screen (PART II) https://bugs.webkit.org/show_bug.cgi?id=88019 Reviewed by George Staikos. Patch by Antonio Gomes <agomes@rim.com> When an element goes fullscreen, its wrapper/container obeys all BlackBerry specific fixed position customizations: we fixed against Y, but not X. Then, in order to have the wrapper element properly positioned when entering fullscreen mode, we temporarily scroll x to 0. The original x scroll position is restored when we leave fullscreen. * Api/WebPage.cpp: (BlackBerry::WebKit::WebPagePrivate::WebPagePrivate): (BlackBerry::WebKit::WebPagePrivate::enterFullScreenForElement): (BlackBerry::WebKit::WebPagePrivate::exitFullScreenForElement): * Api/WebPage_p.h: (WebPagePrivate): Canonical link: https://commits.webkit.org/105997@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@119321 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Antonio Gomes
committed
Jun 2, 2012
1 parent
3ec4bdf
commit 7f0d5f8d3f994d369f063601bd07685e0c7ffe85
Showing
3 changed files
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters