Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 386930

Summary: [Grid][iOS] Touch-scrolling a grid within an ScrolledComposite may have unexpected results
Product: [RT] RAP Reporter: Tim Buschtoens <tbuschto>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: tbuschto
Version: 2.0   
Target Milestone: 2.0 M1   
Hardware: All   
OS: All   
Whiteboard:

Description Tim Buschtoens CLA 2012-08-09 09:49:56 EDT
To Reproduce:
* Set a (scrollable) grid withina (scrollable) ScrolledComposite, leve scroll-positin at 0,0.
* On an iOS device, touch the grid and move down. Nothing happens.
* Without release, move up again. Now the ScrolledComposite scrolls instead of the Grid.

Before switching from scrolling a Grid to scrolling a parent, the MobileWebkitSupport code shout check if the ScrolledComposite is, at this moment, even scrollable in that direction.
Comment 1 Tim Buschtoens CLA 2012-08-09 11:49:05 EDT
Fixed with commit 9b3a0da1086ad572841e0ffb95a1e23e0e9392a2.