Shikhar13 / codenameone

Automatically exported from code.google.com/p/codenameone
0 stars 0 forks source link

Combox look in RTL mode #271

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
when setting the lookandfeel RTL flag to true and you have a combobox with 
hebrew values array the values overlap the combobox expand button in iOS 
simulator

What steps will reproduce the problem?
1. set UIManager.getInstance().getLookAndFeel().setRTL(true);
2. Add ComboBox with Hebrew strings values to the form
3. Run the app

What is the expected output? What do you see instead?
Expected result: the hebrew String should NOT overlap the combobox expand 
button but rather should align properly (this could either be a problem with 
the comboboxitem alignment or the combobox expand button should be aligned to 
the left in RTL cant decide)
Actual result: the text overlaps the combobox expand button.

What version of the product are you using? On what operating system?
Codenameone plugin version 1.0.0.201207051020
OS: win7

Please provide any additional information below.

Original issue reported on code.google.com by s...@the-futuresoft.com on 18 Jul 2012 at 2:18

Attachments:

GoogleCodeExporter commented 9 years ago
Its a theme issue, I'll have a look.

Original comment by shai.almog on 18 Jul 2012 at 6:02