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

Bug 280002

Summary: [ScrolledComposite] ScrollBar dissapears after resize
Product: [RT] RAP Reporter: Elias Volanakis <elias>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED WONTFIX QA Contact:
Severity: normal    
Priority: P3    
Version: 1.2   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:
Attachments:
Description Flags
Snippet to reproduce issue
none
Screenshot showing issue none

Description Elias Volanakis CLA 2009-06-11 15:42:30 EDT
Created attachment 138972 [details]
Snippet to reproduce issue

To reproduce:

0. Run attached snippet (Snippet5 from SWT)
1. Grab Shell
2. Slowly make shell smaller in height.

Result: when the Shell get's smaller than the scrollbar, the scrollbar will disappear.

Expected/SWT: when the Shell get's small than the scrollbar buttons, the scrollbar stays visible
Comment 1 Elias Volanakis CLA 2009-06-11 15:44:02 EDT
Created attachment 138973 [details]
Screenshot showing issue
Comment 2 Ivan Furnadjiev CLA 2009-09-23 11:04:04 EDT
Elias, ScrolledComposite uses browser "native" scrollbars and we have no control over them. I'm afraid that this can't be fixed without implementing our own scrollbars and completely rework the ScrolledComposite.
Comment 3 Ivan Furnadjiev CLA 2009-09-23 11:08:00 EDT
More over this is a FF issue only. Tested with IE8, Safari 4 and Chrome 3 too.