WebAIM - Web Accessibility In Mind

E-mail List Archives

keeping jaws focus on a link after page load

for

From: Isabel Holdsworth
Date: Oct 26, 2018 1:28AM


Are the search results structured in a way that makes it easy for the
user to navigate to the first result, say by flagging them up with an
H1 heading or something to that effect?

If so, then users shouldn't find it too difficult to get back to where
JAWS started reading from. Most screenreader users will be comfortable
with this type of scenario, and may not need any extra help.

On 20/06/2018, Tim Harshbarger < <EMAIL REMOVED> > wrote:
> That sounds like a better approach to me. I also believe it is possible to
> change the JAWS settings so it doesn't automatically start reading the page
> contents. If that is the case, you might also want to share that with
> them.I wonder if it would be useful to provide FreedomScientific with a
> suggestion to just notify the user that the new page has loaded instead of
> automatically start reading the page. Of course, that probably is only a
> good suggestion if my assumption is correct that the feature was originally
> introduced to let the user know that the new page has been loaded.
>
> -----Original Message-----
> From: WebAIM-Forum [mailto: <EMAIL REMOVED> ] On Behalf
> Of Nick Allan
> Sent: Wednesday, June 20, 2018 5:53 AM
> To: WebAIM Discussion List < <EMAIL REMOVED> >
> Subject: [EXTERNAL] Re: [WebAIM] keeping jaws focus on a link after page
> load
>
> Thanks, I actually did try the setTimeout but I suspect if you don't wait
> long enough for jaws to actually stop speaking it continues to adjust the
> keyboard focus.
> I think I'll probably just tell our users when these search screens popup
> that they should just press ctrl to stop speech straight away. If you do
> that, the focus does set correctly.
>
> Nick
>
>
>
> -----Original Message-----
> From: WebAIM-Forum < <EMAIL REMOVED> > On Behalf Of Tim
> Harshbarger
> Sent: Tuesday, 19 June 2018 10:59 PM
> To: WebAIM Discussion List < <EMAIL REMOVED> >
> Subject: Re: [WebAIM] keeping jaws focus on a link after page load
>
> I don't think there is anything you can do from the application/site side of
> things to avoid JAWS doing that short of setting a javascript timer when the
> page loads and having it set the focus back to the element.
>
> Something like:
>
> // Trigger the focus event 500 ms after the timer starts.
> Window.setTimeout(() => {
> Document.querySelector("[autofocus]");
> }, 500);
>
> I haven't tested that code so it might not work. Also, this code assumes
> the element that receives focus is using the autofocus element.
>
> However, I'm not sure I would use the code in a page even if it works. You
> already probably know this, but this seems to me like an intentional screen
> reader feature. I'm always reluctant to do something that interferes with a
> screen readers intentional behaviours since it alters the behavior that the
> screen reader user likely expects.
>
> Thanks,
> Tim
>
> -----Original Message-----
> From: WebAIM-Forum [mailto: <EMAIL REMOVED> ] On Behalf
> Of Nick Allan
> Sent: Sunday, June 17, 2018 10:32 PM
> To: <EMAIL REMOVED>
> Subject: [EXTERNAL] [WebAIM] keeping jaws focus on a link after page load
>
> Hi all
> I've got a situation where I have a link that causes a new browser window to
> open, on that window are 2 frames one showing search results. Keyboard focus
> automatically goes to the link for the first search result in the 2nd frame,
> but because it's a new page load, Jaws automatically starts reading, which
> then moves the focus off that first search result if you don't press the
> ctrl key quickly enough to stop jaws reading.
> Other than modifying the jaws configuration to not automatically start
> reading on page load. Does anyone have any suggestions on what could be done
> here to stop jaws automatically reading and moving the focus?
>
> Nick
>
>
> Nick Allan
> Access Technology Technical Lead
> Business Transformation
> Vision Australia
> 454 Glenferrie Rd Kooyong VIC 3144
>
> M: +614 2957 4051 T: +613 9864 9293 (I: 341293)
> E: <EMAIL REMOVED>
> www.visionaustralia.org
>
> [Vision Australia. Blindness. Low Vision. Opportunity. - logo]
>
> [Vision Australia. Winner of the Australian HR Award for Best Workplace
> Diversity and Inclusion Program. - logo]
>
> The history, culture, diversity and value of all Aboriginal and Torres
> Strait Islander peoples are recognised, acknowledged and respected.
>
> > > http://webaim.org/discussion/archives
> > > > http://webaim.org/discussion/archives
> > > > > > > > > >