I have a terrible situation: things that SHOULD be buttons but aren't because the spacebar has been hijacked to do something else, so I have a with role="button", aria-label="some text" and clicking with Enter should do an action
this does not work at all in my JAWS 16 on IE, and I'm assuming it doesn't work because of the weirdo construction above
actually, no, it's probably not me, nevermind. The page seems to think IE is on a touch device and might be listening for taps
However, only my version has JAWS repeating the name of the first link it focussed on for every new tabbable, no matter where I start. I only get the correct names if I arrow around in read mode
[jiatyan] What is the effect of zoom when it comes to modal dialogues boxes? I'm looking at a design where there user clicks on a small search button at the top right, and a modal takes over the entire page with a large search box in the middle of the page. So the user is required to move their focus from the top right to the centre of the page. Does the zoom focus move accordingly?
[marcysutton] What do you mean by "zoom focus"? Focus should be sent into the modal dialog when it opens so the user is in the right place, regardless of zoom
[cordelia] I think the question is: If user is zoomed in on one part of page, and focus moves to somewhere else on the page, does viewport pan to the focused element?
[conley] I think it would, especially if you’re forcing focus
[cordelia] I could be wrong, but I think it’s usually a setting you can toggle. On OS X, for instance, Zoom by default does not follow keyboard focus, but you can toggle that behavior in OS X Accessibility settings.
[cordelia] Not sure how other Zoom tools do it, though
[karlgroves] >I think the question is: If user is zoomed in on one part of page, and focus moves to somewhere else on the page, does viewport pan to the focused element?
[caesar]@stommepoes I've had that problem before with JAWS, where it just reads the first link for every tabbable. I think it's a JAWS bug. Usually goes away if I restart IE and JAWS both. But if you're testing a site that triggers it every time it would be interesting to see what the cause is.
[caesar] I always thought it was just a buffering error if I start JAWS after the browser.
[caesar] In the meantime, I became acquainted with flexbox for the first time yesterday sigh
[caesar] Thank goodness for @leoniwatson's writeup on tink.uk