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

Bug 275615

Summary: [ScrolledForm] Bug in scrollbar behaviour
Product: [RT] RAP Reporter: Markus Wolf <markus>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 1.2   
Target Milestone: 1.3 M2   
Hardware: All   
OS: All   
Whiteboard:

Description Markus Wolf CLA 2009-05-11 04:40:41 EDT
After an update to 1.2-M7 we noticed a bug in the scrollbar behaviour:
We have a ScrolledForm with some Sections inside. Initially the scrollbars are not required, since there is enough space. When we expand some sections then the scrollbars gets displayed. This is as expected.
Now the problem description:
When we scroll down a bit and close a section the scrollbars disapper but the page does not scroll to the top. There is no way to show the topmost controls in the editor anymore. I think either the scrollbars should stay available or the editor should scroll to the top.
Comment 1 Ivan Furnadjiev CLA 2009-09-22 07:20:40 EDT
The fix is to call writeBarSelection before writeScrollBars in ScrolledCompositeLCA#renderChanges().