Bug 97789

Summary: [chromium] Page overlays are not updated when WebView is resized
Product: WebKit Reporter: Andrey Kosyakov <caseq>
Component: PlatformAssignee: Andrey Kosyakov <caseq>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, jamesr, nduca, pfeldman, vsevik, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch none

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.