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

Bug 286231

Summary: [Combo] Scrollbar shown even if not needed
Product: [RT] RAP Reporter: Benjamin Muskalla <b.muskalla>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 1.3   
Target Milestone: 1.3 M2   
Hardware: All   
OS: All   
Whiteboard:

Description Benjamin Muskalla CLA 2009-08-11 08:52:20 EDT
The Combo always shows a scrollbar in the drop down list, even if none is needed. Hovering the last item in the last enables the scrollbar and you're able to scroll down 2 pixels.
Looks a little broken and we should see to omit the scrollbar if we do not need it.

Steps to reproduce:
* controls demo
* Combo tab
* open drop down list for Combo with VerifyListener
Comment 1 Ralf Sternberg CLA 2009-08-12 07:05:00 EDT
I guess this depends on bug 286377 since we use the same list internally. At least both problems are related and should be solved together.
Comment 2 Ivan Furnadjiev CLA 2009-08-26 10:01:18 EDT
Update list overflow propery when showing the list. This bug does not depend on bug 286377. Changes are in CVS HEAD.