Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upProperty changes on Java controls not announced or announced out of synch #3770
Comments
This comment has been minimized.
This comment has been minimized.
|
Comment 1 by Michael Curran <mick@... on 2014-01-13 01:15
|
This comment has been minimized.
This comment has been minimized.
|
Comment 2 by Michael Curran <mick@... on 2014-01-22 06:23
Changes:
|
This comment has been minimized.
This comment has been minimized.
|
Comment 3 by Michael Curran <mick@... on 2014-02-07 05:31
Changes:
|
This comment has been minimized.
This comment has been minimized.
|
Comment 4 by mdcurran on 2014-02-07 05:36 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nvaccessAuto commentedJan 13, 2014
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.