We are just building a page with using jQuery UI radio buttons and we realized some strange behavior while doing UI testing.
Some of the users have problems activing the radio buttons through clicking. Particularly, it turns out that they tend to make a long click (like holding the left mouse button for +250 ms) and that they are not able to keep the mouse in the exact position within this time. As they move the cursor for one pixel within that time the browsers seems to change to text selection mode. In the end the click event isn't triggered and the button doesn't get selected. Some people needed 5-6 attempts to get it selected.
I was curious and tested this with my dad (60+) and it seems that he is somewhat unable to use any site with such buttons in a normal way (he is making extremely long clicks - like holding the mouse button down for a full second :-).
I wonder, if anybody had this problem in the past and if there is any solution? Can I disable text-selection for my buttons?