josephsl / wintenApps

Windows App Essentials NVDA add-on
GNU General Public License v2.0
24 stars 9 forks source link

Event tracking: record if a UIA property event is dropped for this object by the app module #55

Closed josephsl closed 4 years ago

josephsl commented 4 years ago

Hi,

Follow-up to nvaccess/nvda:10508:

When recording events for UIA objects, if appModule.shouldProcessUIAPropertyChangedEvent exists, record if the chosen property change event is dropped for this object (do nothing otherwise). This will help developers figure out if an event isn't working due to this being the case.

Thanks.

josephsl commented 4 years ago

Hi,

Turns out events are dropped before global plugins has a chance to respond to it. Closing.