Skip to main content

Posts

Showing posts with the label opera

Bug with jquery-mobile: listview("refresh") and buttons, on Opera Mobile

I'm testing jquery-mobile with Opera Mobile browser. There are bugs, which are visible on both Opera Mobile Emulator and Opera Mobile on mobile device. On both they are occuring randomly (often, but not always). The most visible is with refreshing list with listview('refresh'); call. Sometimes the changes are not visible, and the pure HTML before the modifications is displayed. But after tapping the device the changes became visible. And also, some clicks on buttons does not work. Most of the time it works, but sometimes the button need to be pressed a few times. JQuery version is 1.6.4, jquery-mobile version is 1.0. Did you find similar bugs, or know what is causing them and how to prevent them? I think that jQuery-mobile is using some unstandard behaviour, which is working on other browsers, but is causing bug under Opera, because most of the apps works fine, but some are causing problems only under Opera/Opera Mobile.