steamcompmgr: Do not try to match a dropdown window's PID with the focused window's PID#2176
Conversation
|
Hopefully this doesn't regress the VR use case for which this test was initially added (see fa3cd15). |
|
A bit offtopic but there is also a bug with "nested" dropdowns: You seems familiar with that code, maybe you know if it can be fixed? |
…cused window's PID Some apps, like WebView2 (used in some game launchers) spawn child processes to render dropdowns, so the PIDs would not match, and the dropdown would not be shown. This was the case for e.g. Final Fantasy XIV online.
d6514b7 to
c7b1b4f
Compare
Not off the top of my head, but that can be investigated. Would you mind filing an issue to track it? |
Some apps, like WebView2 (used in some game launchers) spawn child processes to render dropdowns, so the PIDs would not match, and the dropdown would not be shown. This was the case for e.g. Final Fantasy XIV online.