EventHandler: Drop 'hide' events. (PR #11072)
Aside from IAccessible caret support (which is handled within IAccessibleHandler), NVDA doesn't use hide events anywhere.
Some web apps, such as Twitter, fire quite a few of these.
Processing them is not only pointless, but it also degrades performance.