Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sometimes it is necessary to disable the reporting of window title changes by NVDA #17520

Open
shadyar opened this issue Dec 14, 2024 · 9 comments
Labels
component/speech p4 https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priority triaged Has been triaged, issue is waiting for implementation.

Comments

@shadyar
Copy link

shadyar commented Dec 14, 2024

Steps to reproduce:

Sometimes it is necessary to disable the reporting of window title changes by NVDA.
For example When you are studying a web page that its title is constantly changes, NVDA reports the title change every 5 secs. It is really annoying.
like this web page: https://www.binance.com/en/trade/BTC_USDT?type=spot

Actual behavior:

NVDA reports the title change every 5 secs. It is really annoying.

Expected behavior:

A feature should be added to settings to enable / disable window title changes report.

NVDA logs, crash dumps and other attachments:

System configuration

NVDA installed/portable/running from source:

NVDA version:

2024.4.1 (2024.4.1.34550)

Windows version:

Windows 11 64-bit updated version.

Name and version of other software in use when reproducing the issue:

Firefox updated version.

Other information about your system:

Other questions

Does the issue still occur after restarting your computer?

Yes

Have you tried any other versions of NVDA? If so, please report their behaviors.

Yes

If NVDA add-ons are disabled, is your problem still occurring?

Yes

Does the issue still occur after you run the COM Registration Fixing Tool in NVDA's tools menu?

Yes

@SaschaCowley SaschaCowley added component/speech p4 https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priority triaged Has been triaged, issue is waiting for implementation. labels Dec 16, 2024
@seanbudd
Copy link
Member

To fix this, this should be disabled when toggling "report dynamic content changes"

@shadyar
Copy link
Author

shadyar commented Dec 17, 2024

@SaschaCowley
No, the title changes of Mozilla Firefox is read even while the "report dynamic content changes" is disabled. Please test it by yourself, open the link I written by Firefox.
I disabled it by pressing NVDA + 5 I had tested this solution before I created this issue.

@SaschaCowley
Copy link
Member

@shadyar, we are aware that this is broken. What my colleague was saying is that in order to fix this, we need to add title bar changes to those ignored when dynamic content change reporting is disabled. Apologies for the confusion.

@shadyar
Copy link
Author

shadyar commented Dec 17, 2024

this issue can even unwittingly occurred in other applications such as players etc that I did not necessarily come across.

@shadyar
Copy link
Author

shadyar commented Dec 17, 2024

@SaschaCowley
You're welcome. Thanks so much for your attention.

@XLTechie
Copy link
Collaborator

XLTechie commented Dec 21, 2024 via email

@Adriani90
Copy link
Collaborator

Cc: @jcsteh at least for Firefox.

@jcsteh
Copy link
Contributor

jcsteh commented Jan 3, 2025

Note that NVDA only reports changes to the title of a document or window if that document or window itself (not a descendant) has focus. This isn't to suggest that the bug is any less valid, just that the bug is more specific than just any change to a window title.

With each [Firefox] tab loaded, or window re-opened, it apparently re-drew the title of the NVDA user guide page.

@XLTechie, can you still reproduce this? If so, could you get me an NVDA debug log? I can't think of any reason Firefox should be firing name change events on the User Guide document in this case. We only do that if the document title changes, which it isn't. I'm wondering whether you were seeing a different issue where focus was shifting between tabs or something like that. That's equally annoying, but a different issue which needs a different solution.

@shadyar
Copy link
Author

shadyar commented Jan 3, 2025

OK, I sent a log, but you yourself can reproduce easily this issue by opening the link I have already mentioned in this issue through Firefox.
I write the link again here:
https://www.binance.com/en/trade/BTC_USDT?type=spot
nvda.log

@jcsteh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/speech p4 https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priority triaged Has been triaged, issue is waiting for implementation.
Projects
None yet
Development

No branches or pull requests

6 participants