Atozed Forums
TIWCheckBox click - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: TIWCheckBox click (/thread-1171.html)



TIWCheckBox click - msgopala - 08-06-2019

Our users are accidentally hitting the space bar when they are on a TIWCheckBox and the checkbox is checked (which they are not intending to). Is there a way to turn this off. 


User should be only able to check the checkbox with the enter key or by clicking the checkbox. 

Thank You!


RE: TIWCheckBox click - kudzu - 08-09-2019

This is standard UI behavior in web, Windows and other platforms going back decades.

To me its a bad idea to disable it, especially for accessibility reasons. In some countries interfering with such is not even legal as it affects accessibility.

If you are set on doing it though:
https://stackoverflow.com/questions/27878940/spacebar-triggering-click-event-on-checkbox


RE: TIWCheckBox click - msgopala - 08-12-2019

(08-09-2019, 01:26 PM)kudzu Wrote: This is standard UI behavior in web, Windows and other platforms going back decades.

To me its a bad idea to disable it, especially for accessibility reasons. In some countries interfering with such is not even legal as it affects accessibility.

If you are set on doing it though:
https://stackoverflow.com/questions/27878940/spacebar-triggering-click-event-on-checkbox

Thank You!