rhomobile / rhoelements-issues

Issues area for RhoElements
0 stars 0 forks source link

Radio buttons not working in RhoSimulator #95

Open amyng95132 opened 10 years ago

amyng95132 commented 10 years ago

Hi Konstantin,

Thank you for your help. Per your request, a new GitHub request is created for ZenDesk Case 3204.

Summary of the issue: We had a simply html page with 3 radio buttons. When the user selects the 1st button, the 2nd button is selected instead. We played around with these 3 radio buttons on RhoSimulator and we never get the correct radio button being selected.

Note: This issue is only reproducible on RhoSimulator. We tested the same html page on Android and Win CE and radio buttons work expectedly.

Since RhoSimulator uses QT library, we found that this is a known issue from QT library. Below please find the link for your kind reference. http://qt-project.org/forums/viewthread/30151

At this point, only a workaround is provided. https://bugreports.qt-project.org/browse/QTBUG-34163

Please feel free to let us know if you need additional information. Again, thank you for your time and kind attention.

Best regards, Amy

timashev commented 10 years ago

Hi Amy,

The referred Qt issue has been closed as 'Duplicate' already, and if you check the related issues, you can see that this bug was fixed in Qt 5.3.1. So the workaround is not needed now, we just have to upgrade Qt to the latest release in the next Rhomobile Suite release, and the problem will be gone :)

Regards, Albert

dhummel commented 9 years ago

Has this already been implemented? If not, what version do we expect this issue to be fixed in?

timashev commented 9 years ago

@rognar Konstantin, what release the Qt upgrade could be scheduled for?

timashev commented 9 years ago

This issue has been fixed already by this commit: https://github.com/rhomobile/rhodes/commit/00ac64dd12ae1b216217a3d420b4505fd6c6617a -- that implements workaround found in the Qt bug description. This commit is present at master branch and all 5-0-sp*-stable branches.