Bug 95092 - [BlackBerry] Not using absoluteVisibleOverSize when rotating
Summary: [BlackBerry] Not using absoluteVisibleOverSize when rotating
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit BlackBerry (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 95137
Blocks:
  Show dependency treegraph
 
Reported: 2012-08-27 08:43 PDT by Leo Yang
Modified: 2012-09-05 11:02 PDT (History)
5 users (show)

See Also:


Attachments
Patch (3.15 KB, patch)
2012-08-27 08:47 PDT, Leo Yang
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Leo Yang 2012-08-27 08:43:24 PDT
In WebPagePrivate::fixedLayoutSize we were using absoluteVisibleOverflowSize to determine fixed layout size. But absoluteVisibleOverflowSize remains old value when rotating.
Comment 1 Leo Yang 2012-08-27 08:47:41 PDT
Created attachment 160728 [details]
Patch
Comment 2 WebKit Review Bot 2012-08-27 10:05:44 PDT
Comment on attachment 160728 [details]
Patch

Clearing flags on attachment: 160728

Committed r126772: <http://trac.webkit.org/changeset/126772>
Comment 3 WebKit Review Bot 2012-08-27 10:05:47 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 WebKit Review Bot 2012-08-27 15:28:28 PDT
Re-opened since this is blocked by 95137