| Summary: | [Combo] Text is clipped vertically in dropdown list even if there is enough space. | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Matthias Basler <matthiasbasler> | ||||
| Component: | RWT | Assignee: | 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: |
|
||||||
This bug is fixed by fixing bug 255186. |
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).