NetTalk Central

Author Topic: J-query radio buttuns slow, or sometimes need several clicks...  (Read 2757 times)

robirenz

  • Jr. Member
  • **
  • Posts: 88
    • View Profile
    • Email
J-query radio buttuns slow, or sometimes need several clicks...
« 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

markster

  • Full Member
  • ***
  • Posts: 204
    • View Profile
    • Email
Re: J-query radio buttuns slow, or sometimes need several clicks...
« Reply #1 on: November 26, 2013, 05:58:56 PM »
I've had the same problem forever. Using current Firefox as my browser.

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11264
    • View Profile
Re: J-query radio buttuns slow, or sometimes need several clicks...
« Reply #2 on: November 27, 2013, 09:59:26 PM »
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