nvaccess / nvda

NVDA, the free and open source Screen Reader for Microsoft Windows
https://www.nvaccess.org/
Other
2.11k stars 636 forks source link

UIA cannot get parent object in some circumstances #11164

Open beqabeqa473 opened 4 years ago

beqabeqa473 commented 4 years ago

hello all.

i am writing an appmodule for unigram (telegram client), and i faced with a problem, where i cannot get a correct parent object.

in unigram, we have a main chats listview, in which, we have button, which is automatically focused when navigating with arrow keys, but because of focusing button in listview item and not listview item instead, we cannot get object position. this listview item is a parent object of toggle button, but if i do nav.parent, i am jumping to window root object. instead of correct parent object.

Adriani90 commented 4 months ago

@beqabeqa473 are you still having this problem? did you already ask on add-ons or core developers mailing list for advice?