Bug 47837
| Summary: | Pan-scroll indicator should be drawn by the client, not ScrollView | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> |
| Component: | WebCore Misc. | Assignee: | Brian Weinstein <bweinstein> |
| Status: | NEW | ||
| Severity: | Normal | CC: | andersca, sam |
| Priority: | P2 | Keywords: | InRadar |
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | OS X 10.5 | ||
Simon Fraser (smfr)
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Simon Fraser (smfr)
<rdar://problem/8563169>