Bug 106215 - [chromium] Improve composited overflow scrollbars
Summary: [chromium] Improve composited overflow scrollbars
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-07 05:14 PST by Sami Kyöstilä
Modified: 2013-04-08 15:39 PDT (History)
8 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sami Kyöstilä 2013-01-07 05:14:20 PST
Composited overflow scroll element scrollbars currently have a number of problems:

- They are updated on the main thread instead of the compositor thread.
- They do not fade out on platforms where they should (Android).
- Their size changes when pinch-zooming in or out.