Bug 132529

Summary: Invalidate scrollbars when custom scrollbar style changes dynamically.
Product: WebKit Reporter: Andreas Kling <kling>
Component: Layout and RenderingAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, esprehn+autocc, glenn, kling, kondapallykalyan, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Andreas Kling 2014-05-03 13:00:50 PDT
We currently don't invalidate scrollbars when e.g a -webkit-scrollbar property is changed.
Comment 1 Andreas Kling 2014-05-03 13:01:58 PDT
Created attachment 230760 [details]
Patch
Comment 2 WebKit Commit Bot 2014-05-03 15:17:22 PDT
Comment on attachment 230760 [details]
Patch

Clearing flags on attachment: 230760

Committed r168230: <http://trac.webkit.org/changeset/168230>
Comment 3 WebKit Commit Bot 2014-05-03 15:17:26 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Simon Fraser (smfr) 2014-05-03 15:37:33 PDT
Comment on attachment 230760 [details]
Patch

Does this work for custom overflow:scroll scrollbars?
Comment 5 Andreas Kling 2014-05-03 15:49:48 PDT
(In reply to comment #4)
> (From update of attachment 230760 [details])
> Does this work for custom overflow:scroll scrollbars?

Yeah, the layout test uses overflow:scroll on a div to test that as well.