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

Bug 276602

Summary: [Combo] Text is clipped vertically in dropdown list even if there is enough space.
Product: [RT] RAP Reporter: Matthias Basler <matthiasbasler>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: minor    
Priority: P3 CC: ivan
Version: 1.2   
Target Milestone: 1.2 RC1   
Hardware: All   
OS: All   
Whiteboard:
Attachments:
Description Flags
Small part of a screenshot showing the issue. none

Description Matthias Basler CLA 2009-05-16 17:31:26 EDT
Created attachment 136106 [details]
Small part of a screenshot showing the issue.

Build ID: 1.2M7

Steps To Reproduce:
1. Build an application with a form containing dropdown lists.
2. Configure the layout so that the dropdowns get a height of 20 pixels.


More information:
I have an editor with a form containing (among other) dropdown lists. For both RCP and RAP target the height of these widgets is set to 20 by the layout I use.
On RCP the height of the dropdown decreases but the text is fully readable (just the marin becomes smaller). On RAP the margin stays the same (4 pixels above text, 3 below for me) and the text is clipped from the bottom. In my case the widget height has to be increased to 23 pixels for the text to display properly.

Visible both in internal and external browser (Firefox).
Comment 1 Ivan Furnadjiev CLA 2009-05-18 06:29:36 EDT
This bug is fixed by fixing bug 255186.