Hi,
I have a weird issue that looks like this one : . Except it concerns checkbox.
How to reproduce :
- Create a basic app with a
$ rhodes app my_app
- Modify the index.erb by adding
I have a car
- Then, launch the app, resize the window and try to click on "Login" button
=> The app freeze and is killed few seconds later
This issue happen with the rhosimulator (which is not a big deal) and Windows (which is more a big deal )
Thanks
1 Replies
Win32 and RhoSim both use QT Webkit as the rendering engine. This sounds like an issue with Qt Webkit. I am not sure if there is a workaround or if upgrading QT webkit will solve the problem.
- do you know about this issue or can recommend how to upgrade QT Webkit?