Bug 97789 - [chromium] Page overlays are not updated when WebView is resized
Summary: [chromium] Page overlays are not updated when WebView is resized
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Andrey Kosyakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-27 08:05 PDT by Andrey Kosyakov
Modified: 2012-09-27 10:01 PDT (History)
6 users (show)

See Also:


Attachments
Patch (1.29 KB, patch)
2012-09-27 08:07 PDT, Andrey Kosyakov
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Kosyakov 2012-09-27 08:05:40 PDT
0. Navigate to http://www.webkit.org
1. Open Web Inspector.
2. Go to Settings -> Overrides, override user agent to anything phone-like.
3. Observe that the page is reduced in size and we display grayish overlay on the unused part of the view.
4. Increase the size of the browser window.

EXPECTED: The gray area fills entire area outside of the page.
ACTUAL: There's some white space between the overlay and the window border.

This was regressed by r129511.

Note that we also have a similar problem with paused-on-breakpoint overlay, which is unrelated (was regressed some time ago, likely at r126857)
Comment 1 Andrey Kosyakov 2012-09-27 08:07:10 PDT
Created attachment 166002 [details]
Patch
Comment 2 WebKit Review Bot 2012-09-27 10:01:45 PDT
Comment on attachment 166002 [details]
Patch

Clearing flags on attachment: 166002

Committed r129772: <http://trac.webkit.org/changeset/129772>
Comment 3 WebKit Review Bot 2012-09-27 10:01:48 PDT
All reviewed patches have been landed.  Closing bug.