| Summary: | [ScrolledComposite] ScrollBar dissapears after resize | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Elias Volanakis <elias> | ||||||
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> | ||||||
| Status: | RESOLVED WONTFIX | QA Contact: | |||||||
| Severity: | normal | ||||||||
| Priority: | P3 | ||||||||
| Version: | 1.2 | ||||||||
| Target Milestone: | --- | ||||||||
| Hardware: | All | ||||||||
| OS: | All | ||||||||
| Whiteboard: | |||||||||
| Attachments: |
|
||||||||
Created attachment 138973 [details]
Screenshot showing issue
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. More over this is a FF issue only. Tested with IE8, Safari 4 and Chrome 3 too. |
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