Bug 47837 - Pan-scroll indicator should be drawn by the client, not ScrollView
Summary: Pan-scroll indicator should be drawn by the client, not ScrollView
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Brian Weinstein
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2010-10-18 11:07 PDT by Simon Fraser (smfr)
Modified: 2010-10-18 11:08 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2010-10-18 11:07:36 PDT
Currently there's code in ScrollView to handle the drawing of the pan-scroll indicator. This is very platform-specific, and won't show correctly when the content has compositing layers.

The pan-scroll indicator needs to be drawn by the client, into a child window.
Comment 1 Simon Fraser (smfr) 2010-10-18 11:08:21 PDT
<rdar://problem/8563169>