NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: robirenz on November 26, 2013, 12:19:24 PM
-
I'm having trouble selecting radio buttons when they have the j-query visual on them.
sometimes they click ok. sometimes they take a while and sometimes I have keep the mouse steady and click and stay on the field for what seems lik too long a time in order for the value to be accepted.
I found other people with same problem...
here is one with exact same problem: http://stackoverflow.com/questions/8191155/jquery-ui-buttonset-buttons-dont-always-work-on-first-click
but don't really understand how to fix NT with the answer given.
Best Regards...
Roberto Renz
-
I've had the same problem forever. Using current Firefox as my browser.
-
unfortunately the fix described there (suppressing the mouseup behavior) won't work because the mouseup also triggers the ajax update (ie the Immediate validation) for the field.
The current solution is to keep the mouse steady when clicking on buttons, radios, checkboxes and so on. Hopefully I'll be able to figure out an alternative at some point.
Cheers
Bruce