Bug 132529 - Invalidate scrollbars when custom scrollbar style changes dynamically.
Summary: Invalidate scrollbars when custom scrollbar style changes dynamically.
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: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-03 13:00 PDT by Andreas Kling
Modified: 2014-05-03 15:49 PDT (History)
6 users (show)

See Also:


Attachments
Patch (4.50 KB, patch)
2014-05-03 13:01 PDT, Andreas Kling
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.