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

Bug 482123

Summary: [Combo] Combo list items alignment is broken when RTL is set
Product: [RT] RAP Reporter: Ivan Furnadjiev <ivan>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: tbuschto
Version: 3.1   
Target Milestone: 3.1 M4   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Ivan Furnadjiev CLA 2015-11-13 10:14:25 EST
Reproducible with Controls Demo -> Combo Tab:
1. Controls Demo -> Combo Tab
2. Check RIGHT_TO_LEFT orientation checkbox
3. Open Combo list - first item is right aligned, the rest left aligned. If you uncheck/check the RTL checkbox again all items are correctly aligned again.
Probably related to recent client-side Grid refactorings.
Comment 1 Tim Buschtoens CLA 2015-11-25 08:53:42 EST
Fixed with commit d5dee89a8799dab89b547fcd069b53e308cc8d52. Ne rows are now also mirrored on creation, not only when direction is (re-)set.