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

Reviewable text of NVDA objects is not dynamically updated due to TextInfo caching #15

Closed
nvaccessAuto opened this issue Jan 1, 2010 · 1 comment
Labels
Milestone

Comments

@nvaccessAuto
Copy link

Reported by mdcurran on 2007-11-21 03:08
When reviewing text in the current navigator object, when the object is a generic NVDA object or dos console window object, the text stays the same as it was when the object was first created. I.e. reviewing a list item in Windows task manager, as the memory or cpu usage changes, the reviewable text does not reflect this change. The reason for this is because the generic offset TextInfo class caches text to speed up navigation. What should happen is that the NVDA object itself should cache a text representation of the name/value/description text, and update it when it receives a name/value/description change event. Then the TextInfo object should always use the NVDA object's text representation cache, not its own.

@nvaccessAuto
Copy link
Author

Comment 1 by mdcurran on 2008-04-27 07:59
Fixed in svn r1974.
Changes:
State: closed

@nvaccessAuto nvaccessAuto added this to the 2009.1 milestone Nov 10, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant