Option values added by Deluge for Radio field get diffrent value in IE and Firefox.
It is corrent in Firefox and wrong in IE.
Steps:
1.create a new form with a dynamic radio filed, the script e.g:
on add
{
on load
{
clear Radio;
Radio:ui.add("one");
Radio:ui.add("two");
Radio:ui.add("three");
Radio:ui.add("four");
}
2. On user input of radio, the script e.g: alert(input.Radio)
so, it will pops the checked value when clicking the option of radio
3.Access the application, and click the option of the radio by IE
Result:
the first option is checked, the value can't be poped.
the second option is checked, the value can be poped and shows the first opton's value.
Tip:
1. This issue just exists IE, FF is normal
2. This issue just exists dynamic radio, static radio is mormal.
Kindly use IE to check it in this url:
https://creator.baihui.com/zstzst/app1/form-perma/form4/HS6GMR3ewGRRtnbz4ymUu9Zu7qPrT2KdkpFdR0d7aHE7pPdBRSV28ku9PqtOYnsmAppT2HtAFatH0ODNEXNVRwb1yfEAJH3mv7d0/
Notes:
Please open http://creator.baihui.com/bhservice/creatorbugdemo#Form:Dinamic_radio_Bug to view the bug.