Invalidate states when receiving a focus event
authorMike Gorse <mgorse@novell.com>
Tue, 21 Feb 2012 16:58:02 +0000 (10:58 -0600)
committerMike Gorse <mgorse@novell.com>
Tue, 21 Feb 2012 16:58:02 +0000 (10:58 -0600)
commitcdabc42a524d36456bf517cd0c3395aeb0ec2b84
treed9c3d441c756469632640a16f4cf2863f8237b1c
parentcbcc1db8b614b17c1ff1091216b0f4f008942c58
Invalidate states when receiving a focus event

Sometimes we get "focus" events from gtk, but the cache still does not
indicate that the object has STATE_FOCUSED. Really should get to the
bottom of this but don't have time to investigate more right now. Might
be some kind of issue with the accessible being added to the cache
before it is fully initialized--perhaps AddAccessible really doesn't
make sense.

https://bugzilla.gnome.org/show_bug.cgi?id=663992
atspi/atspi-event-listener.c