wei-spring / codenameone

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

Long RadioButton text runs into trailing selection control on Android. #1033

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
E.g. Nexus emulator

What steps will reproduce the problem?
1. Create a RadioButton with a text that is longer than fits the screen (e.g. 
in portrait mode).
2. Run the application.

What is the expected output? What do you see instead?
(The Nexus emulator puts the selection control to the right of the text.) 
Expected the text to clip before the selection control, but it actually extends 
into the control.

What version of the product are you using? On what operating system?
CodenameOne Designer Version 1.1, build number 20131224. (Don't know where to 
find the emulator version.)

Please provide any additional information below.
(None)

Original issue reported on code.google.com by timo.van...@gmail.com on 14 Jan 2014 at 11:04

GoogleCodeExporter commented 9 years ago
As a workaround you can use multi-button in radio button mode. It will not 
display this issue.

Original comment by shai.almog on 15 Jan 2014 at 6:26