On Fri, Sep 24, 2021 at 08:05:10PM +0200, Piotr Caban wrote:
Hi Connor,
The window class needs special handling for some windows classes as well. An example of that is a ListBox that is created by ComboBox. The ListBox HWND parent is desktop but get_accParent should return ComboBox accessibility object.
I'm expecting the same to apply for context menus but I was unable to confirm that with quick testing.
Thanks, Piotr
Ah, okay, my bad. I guess I should've taken a deeper look then. :) It does seem like the window object has less differences between window classes than the client object, but it sounds like there are some minor ones that need to be addressed.
I'll try and actually do a deeper test and see what I find, then restore that part in a new series. Sorry about that.
Thanks, Connor.