Bruce Blaser

Results 351 comments of Bruce Blaser

@ojeytonwilliams OK, that didn't take long. If I increase the timeout on line 65 of lower-jaw.tsx to `1000` then the issue goes away. I'm running this through a virtual machine...

@ojeytonwilliams This is looking really good, just one small bug. When using either Chrome or Edge with JAWS, once the step is completed, I am not able to use the...

@ojeytonwilliams We will need to manage the focus if the user activates the "Check your code" button by clicking on it, because that button disappears and is replaced by the...

Interesting, I changed the hotkey to `Alt + Enter` and now it works properly in JAWS, even when focus is not in the editor. I'll see if I can figure...

> I'll look into that if the 'do nothing' fix works. @ojeytonwilliams Yes, it does work now with JAWS. Could we do something like the following on line 80 of...

A little more about the `Ctrl + Enter` hotkey when using JAWS. This appears to be specific to JAWS only. `Ctrl + Enter` only works when the keyboard focus is...

> we make people aware of it? Ya, we have this issue with all of our keyboard shortcuts :smile: This should probably be a separate issue for discussion. So leave...

> I propose we merge this as is We need to put focus management back on the Submit button when the keyboard focus isn't in the active editor. My recommendation...

> it looks like role="application" could have a lot of side effects That's putting it mildly :smile: There is a very limited use case for the application role. It is...

@mmatsumoto1026 No need to apologize. It's cool that you were interested enough in accessibility to look into this on your own. There is usually more than one way to solve...