nvda
49e9ea22 - * Rather than having the focused state check in IAccessibleHandler, instead use a shouldAllowIAccessibleFocusEvent property in the NVDAObject. This replaces the IAccessibleFocusEventNeedsFocusedState attribute. This allows for finer control over whether an IAccessible focus event should be allowed. The base implementation does the focused state check on ancestors, which means that the behaviour is identical in most cases.

Commit
16 years ago
* Rather than having the focused state check in IAccessibleHandler, instead use a shouldAllowIAccessibleFocusEvent property in the NVDAObject. This replaces the IAccessibleFocusEventNeedsFocusedState attribute. This allows for finer control over whether an IAccessible focus event should be allowed. The base implementation does the focused state check on ancestors, which means that the behaviour is identical in most cases. * NVDAObjects.IAccessible.qt: * Remove the Widget class which I forgot to remove previously. * Menu now sets shouldAllowIAccessibleFocusEvent to False. This eliminates the incorrect focus on the menu after the focus on the menu item.
Author
Parents
Loading