GNOME Bugzilla – Bug 478124
Java bridge needs interface objects to be narrowed.
Last modified: 2019-03-27 20:11:05 UTC
Pyatspi returns CORBA.Object.Unknown when it queries for an Accessible interface from a Java bridge. Objects need to be cast to the correct interface type.
Created attachment 95815 [details] [review] Proposed patch Narrows instance accordingly. Let me know if this patch is sensible.
I would like to commit this for the 2.20.1 release. You guys think it's possible?
What version of pyorbit are you using? Gustavo committed a patch some months back that shouldn't require narrowing to Java objects anymore. I don't see any harm in doing it though.
I'm on pyorbit 2.14.3 (gutsy). And its still not narrowing.
Committed, hopefully we could put this in a stable release.