Bug 131440

Summary: [CSS Regions] Scrollable elements flowed into regions do not scroll in some situations
Product: WebKit Reporter: Radu Stavila <stavila>
Component: CSSAssignee: Radu Stavila <stavila>
Status: RESOLVED INVALID    
Severity: Normal Keywords: AdobeTracked
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 57312    

Description Radu Stavila 2014-04-09 09:19:43 PDT
If an element with overflow:scroll is flowed into a region, scrolling it using the mouse wheel only works if the OS is configured to always show the scrollbar. Otherwise, scrolling with the wheel doesn't work.
Comment 1 Radu Stavila 2014-04-10 06:20:30 PDT
This happens when the mouse is positioned over a part of the scrollable element which is behind another region, in which the element does NOT flow. Not responding to the wheel event in this situation is normal behavior and happens in the same way when not using regions if the elements are self-painting layers (as regions are).