Bug 378864 - [iOs] A scrollable list within a ScrolledComposite can cause flickering
Summary: [iOs] A scrollable list within a ScrolledComposite can cause flickering
Status: NEW
Alias: None
Product: RAP
Classification: RT
Component: RWT (show other bugs)
Version: 1.5   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-08 11:53 EDT by Tim Buschtoens CLA
Modified: 2012-05-08 11:53 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Buschtoens CLA 2012-05-08 11:53:50 EDT
To reproduce.
- Create a ScrolledComposite that is vertically scrollable.
- Place a list that is also vertically scrollable at the bottom of the ScrolledComposite.
- Open the application in an iOs device.
- Scroll the ScrolledComposite down.
- Try scrolling the list up (which isnt possible since its already all the way up).
- The ScrolledComposite should be scrolling, but instead its flickering.

This is caused by the blockScrolling flag in Scrollable.
Calling "composite.setShowFocusedControl( true );" is a possible workaround.