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

Property changes on Java controls not announced or announced out of synch #3770

Closed
nvaccessAuto opened this issue Jan 13, 2014 · 4 comments
Closed

Comments

@nvaccessAuto
Copy link

Reported by mdcurran on 2014-01-13 00:08
For some Java controls such as toggle buttons, nameChange, valueChange, descriptionChange or stateChange events can be received where the new value passed into the event is correctly new, yet fetching the accessible context info still fetches the old value for perhaps up to 100 ms.
So you end up getting either no value reported, or the old value reported.

@nvaccessAuto
Copy link
Author

Comment 1 by Michael Curran <mick@... on 2014-01-13 01:15
In [c22ccfc]:

Java Access Bridge support: remove a very old and now wrong implementation of event_stateChange on the JAB NVDAObject which was incorrectly overriding our cache of the acccontextInfo. Allows name, description and value property changes to report their new values correctly. Re #3770

@nvaccessAuto
Copy link
Author

Comment 2 by Michael Curran <mick@... on 2014-01-22 06:23
In [85fe598]:

Merge branch 'javaImprovements' into next. Incubates #3753, #3754, #3755, #3756, #3757, #3770

Changes:
Added labels: incubating

@nvaccessAuto
Copy link
Author

Comment 3 by Michael Curran <mick@... on 2014-02-07 05:31
In [5bd2574]:

Merge branch 'javaImprovements'. Fixes #3753, #3754, #3755, #3756, #3757, #3770

Changes:
Removed labels: incubating
State: closed

@nvaccessAuto
Copy link
Author

Comment 4 by mdcurran on 2014-02-07 05:36
Changes:
Milestone changed from next to 2014.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant