NVDA jumps around in the Spotify desktop application #5439
Comments
Comment 1 by driemer.riemer@... on 2015-11-02 08:42 |
Comment 2 by jteh on 2015-11-02 09:11 @driemer: You can stop focus hitting these by setting shouldAllowIAccessibleFocusEvent to False. I don't recommend this because focus hitting an unknown can be important; e.g. if the previous thing really did lose focus. Specifically for Spotify, it's probably safe because focus seems to still be on the previous thing, but we certainly couldn't do this for chromium overall. |
Comment 3 by driemer.riemer@... on 2015-11-05 04:23 |
Comment 4 by jteh on 2015-11-05 04:31 |
Comment 5 by parham (in reply to comment 4) on 2015-11-05 10:56
I agree 100%. I think it's better to start with Spotify, and if we figure out that other apps are doing something like this, think of a global solution then. There's no point creating a general hack around a problem that exists in only one application. |
…so, focus is now restored correctly when returning to Spotify from another application. Fixes #5439.
…so, focus is now restored correctly when returning to Spotify from another application. Fixes #5439.
Reported by parham on 2015-10-25 06:55
When using the Spotify desktop application, if you stay in the main HTML document, or keep navigating, the NVDA cursor will jump around onto an unknown control. Here is what I see in the log when this happens:
Is there a way to disregard this focus event so that navigation happens seamlessly in the main window?
The text was updated successfully, but these errors were encountered: