TwebRadioGroup divides radio labels

Create a new Web Project.
Drop a TwebRadioGroup and change

  1. ControlPosition to epIgnore
  2. ElementPosition to epRelative
  3. HeightStyle and Widthstyle to ssAuto
  4. items to following content (2 lines) in non latin language (Greek in my case):
 Επιλογή 1 και επιλογή 1 και επιλογή 1 και επιλογή 1 και επιλογή 1 και επιλογή 1 και επιλογή 1 και επιλογή 1 και επιλογή 1 και επιλογή 1
 Επιλογή 2 και επιλογή 2 και επιλογή 2 και επιλογή 2 και επιλογή 2 και επιλογή 2 και επιλογή 2 και επιλογή 2 και επιλογή 2 και επιλογή 2

if you run it, you will get the following
εικόνα
Each item line is divided to more than one options. This does not happen to latin content in items

Also, what exactly is "ControlPosition" for? Without setting ControlPosition to epIgnore/epRelative, no options are shown
εικόνα

Thank you in advance

sometimes I am getting the following when using greek characters:
εικόνα

We could reproduce this and we are investigating to fix this.
As a workaround meanwhile, add the radio items in code for now.

1 Like