Hi,
I am using jquery ui to show my radiobuttons, checkboxes etc. as buttons.
My initial problem:
Clicking a button and moving (dragging) your mouse (unintentionally) before the mouseup.
This results in the click being ignored.
Solution (for now):
http://ultcombo.github.com/UltButtons/
This works great. Now you can click, move/drag a little with your mouse, release and the click still gets registered.
New problem:
Now the GF conditional logic doesn't fire. It only fires if you click, really hold your mouse still and release.
This is a big issue for a lot of users. The unintended moving of your mouse can always happen, due to mouse sensitivity or even if you click fast through a form and move your mouse when clicking without knowing it. But I really need the logic working with it as well.
Is this a known problem and more important: can it be fixed? :)
Thanks in advance!