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
Reported 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.
Attachments
Note You need to log in before you can comment on or make changes to this bug.