-
Notifications
You must be signed in to change notification settings - Fork 152
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
[Bug] text cannot be read by Screen Reader when updating document #1840
Comments
The Eclipse Document layer is a bit too high to evaluate that. Can you please try with to derive an example using |
I have tried calling |
I've also tried these. All cannot be announced b y Screen Reader. styledText.insert();
styledText.append();
styledText.replaceTextRange(); |
Hi @mickaelistria , do I have to showcase the error in |
@yanshudan Is the issue actually reproducible with some of the snippets? The smaller(less libraries/jars involved) the reproducer the easier it is to investigate an issue. |
Thanks for the details. One thing I sincerely don't know is whether it's expected that each change coming from API gets announced. I don't really know how other frameworks deal with it. As you can imagine, there are ton of API calls that alterate the UI, and we cannot get all of them read as they're being processed. So how to choose? |
Let's make sure issue is not already fixed in latest builds first.
Steps to reproduce
From a fresh installation and clean workspace:
Create a blank Eclipse plugin project
Install Screen Reader NVDA
I tried
try to call
IDocumnent.replace()
to add some text to a documentI expected: the added text should be announced by NVDA
But got: Nothing announeced by Screen Reader
Here is some relevant log output
Tested under this environment:
Community
The text was updated successfully, but these errors were encountered: