RESOLVED FIXED 107085
[BlackBerry] Need to adjust the scale and scroll position after leaving fullscreen mode if there's device rotation in fullscreen mode
https://bugs.webkit.org/show_bug.cgi?id=107085
Summary [BlackBerry] Need to adjust the scale and scroll position after leaving fulls...
Charles Wei
Reported 2013-01-16 19:17:02 PST
We saved the scale and scroll position before entering full screen mode, so that we can restore them after leaving fullscreen mode, because entering fullscreen mode automatically changes the scale to make the video to fit to the viewport. But if there's device rotation during the fullscreen, the scale and scroll position saved before may or may not apply anymore, we need to adjust the scale and/or scroll position if needed to make sure no over-scale or over-scroll in the new orientation.
Attachments
Patch (5.45 KB, patch)
2013-01-16 19:27 PST, Charles Wei
no flags
Charles Wei
Comment 1 2013-01-16 19:27:15 PST
Charles Wei
Comment 2 2013-01-16 19:28:49 PST
Comment on attachment 183100 [details] Patch Already reviewed by George Staikos. Commit it.
WebKit Review Bot
Comment 3 2013-01-16 19:54:18 PST
Comment on attachment 183100 [details] Patch Clearing flags on attachment: 183100 Committed r139955: <http://trac.webkit.org/changeset/139955>
WebKit Review Bot
Comment 4 2013-01-16 19:54:21 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.