Bug 79257 - [chromium] Allow fixed-position layers to be scrolled independently
Summary: [chromium] Allow fixed-position layers to be scrolled independently
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P3 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-22 10:38 PST by Iain Merrick
Modified: 2013-04-15 06:16 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Iain Merrick 2012-02-22 10:38:04 PST
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.