Bug 62678 - When the window is small enough, the scrollbars are misplaced with painting artifacts, after changing the scrollbar appearance
Summary: When the window is small enough, the scrollbars are misplaced with painting a...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Beth Dakin
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2011-06-14 16:47 PDT by Beth Dakin
Modified: 2011-06-14 17:09 PDT (History)
1 user (show)

See Also:


Attachments
Patch (4.99 KB, patch)
2011-06-14 16:58 PDT, Beth Dakin
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Beth Dakin 2011-06-14 16:47:00 PDT
If you make a window small enough so that webkit.org has a horizontal and vertical scrollbar, and then you change the scrollbar appearance preference on the Mac, the layout gets totally messed up.

<rdar://problem/9414015>

Patch forthcoming.
Comment 1 Beth Dakin 2011-06-14 16:58:04 PDT
Created attachment 97196 [details]
Patch
Comment 2 mitz 2011-06-14 17:02:38 PDT
Comment on attachment 97196 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=97196&action=review

> Source/WebCore/ChangeLog:11
> +        Get rid of the FrameView implementation of scrollbarStyleChanged() it's approach 

Typ'o: it's
Comment 3 Beth Dakin 2011-06-14 17:09:21 PDT
Changed committed with revision 88877.