Bug 62678

Summary: When the window is small enough, the scrollbars are misplaced with painting artifacts, after changing the scrollbar appearance
Product: WebKit Reporter: Beth Dakin <bdakin>
Component: Layout and RenderingAssignee: Beth Dakin <bdakin>
Status: RESOLVED FIXED    
Severity: Normal CC: bdakin
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch mitz: review+

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.