Bug 79257
Summary: | [chromium] Allow fixed-position layers to be scrolled independently | ||
---|---|---|---|
Product: | WebKit | Reporter: | Iain Merrick <husky> |
Component: | WebKit Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | anilsson, schenney, tonikitoo |
Priority: | P3 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Iain Merrick
In Chrome for Android we have been trying out different ways to handle large fixed-position elements on small screens. One thing we'd like to do is allow the user to scroll a fixed element by dragging. We had implemented this by flagging all fixed elements as overflow:scroll, but that breaks a lot of other behavior, so we need a cleaner solution.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Stephen Chenney
https://code.google.com/p/chromium/issues/detail?id=231286