Bug 69666 - When resizing a window to a smaller size, ScrollView adds and removes scrollbars even when none appear
Summary: When resizing a window to a smaller size, ScrollView adds and removes scrollb...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-07 14:04 PDT by Simon Fraser (smfr)
Modified: 2011-10-07 14:04 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2011-10-07 14:04:09 PDT
While debugging some scrollbar invalidation, I noticed an odd behavior. On a page which never shows scrollbars (because it has no minimum width), as I shrink the window we're creating, then destroying scrollbars on every resize. A printf in ScrollView::setHasHorizontalScrollbar() revealed this.