Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix radios / checkboxes in Dragon NaturallySpeaking 13
Dragon 13 doesn’t understand that clickable things exist with our standard (WebAIM based) visual hiding mixin. The upshot is that all radios and checkboxes stop responding with the current code. Instead of using the default visually hidden code we can make the element completely translucent instead. It’s already positioned where the faked input is (barring default margins). Clicking on either the (invisible) input or the label causes a state change so there’s no change in behaviour. Tested in Dragon NaturallySpeaking 13 on IE11 and Firefox. I’ve also tested in ancient and modern versions of Firefox, Chrome and Safari, latest Edge, IE8-11 and Windows Mobile 8.1.
- Loading branch information