When opening a link in a new tab, visited State changes for links not reflected in the JAWS virtual buffer most times
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox105 | --- | affected |
People
(Reporter: MarcoZ, Unassigned)
References
Details
(Whiteboard: [ctw-m3])
Prerequisites:
- JAWS 2022
- Firefox Nightly with the Accessibility.Cache.enabled preference set to TRUE.
Steps:
- With JAWS running, launch Firefox.
- Go to https://www.mozilla.org.
- Find an unvisited link, for example the "Learn more about us" or any other link on the start page that you haven't previously visited, and arrow to it using the JAWS virtual cursor.
- Press CTRL+Tab to open the link in a new tab. I have set my Firefox to open new tabs in the foreground, but any setting should do.
- If the new tab opened in the foreground, press CTRL+W or CTRL+Shift+Tab to either close and return to, or just return to the previous tab from which you opened the link.
- Expected: The now visited link, indicated visually, should also be visited for the screen reader.
- Actual: It is in most cases still marked as unvisited.
- Press Insert+Escape to refresh the JAWS virtual buffer.
- Result: Now, the visited state of the link is reflected in the virtual buffer as well.
Comment 1•2 years ago
|
||
I was able to reproduce this intermittently. I don't really understand why this happens:
- The visited state in the cache is actually updated using the same call that fires the event. So, if this were a Firefox caching bug, pressing JAWSKey+escape would not update the state in the buffer.
- This doesn't happen with NVDA.
Have you seen this without the cache? I realise JAWS isn't fun to use without the cache, so I totally understand if you don't know, but thought I'd ask.
Regardless, I'll probably need to ask Vispero for help with this.
Reporter | ||
Comment 2•2 years ago
|
||
I don't see this without the cache, that's why I reported it. I can confirm that very rarely, the visited state updates. I don't know if it is due to some other event that triggers a refresh of the virtual buffer, or if JAWS really updates the state on this element only. With the cache enabled, updates happen so fast that it is rarely ever noticeable any more. Which is a good thing, mind you. :-)
Comment 3•2 years ago
|
||
Thanks for confirming.
I just double checked that we update the state cache before firing the event to Windows and we do.
Comment 4•2 years ago
|
||
Tentatively assigning this to ctw-m3, but whether we can fix this in that timeline depends on whether I can figure out what's going on and/or get help from Vispero.
Updated•2 years ago
|
Comment 5•2 years ago
|
||
I tested this with my fix for bug 1786240 and this problem seems to be addressed as well.
Comment 6•2 years ago
|
||
Marco, would you mind testing this with latest Nightly? As per comment 5, I did test this myself, but I wasn't ever able to reproduce this as reliably as you could.
Reporter | ||
Comment 7•2 years ago
|
||
Yes, this works now. Thanks!
Description
•