https://bugs.freedesktop.org/show_bug.cgi?id=67410
--- Comment #3 from Boris DuĊĦek <[email protected]> --- I just confirmed one hypothesis (using a sample testing code) - accessibility cannot listen to notifications posted by NSView objects that do not "reasonably" participate in the view hierarchy. I.e. if there is a NSView subclass that implements accessibility methods and its instance is an accessibility child of some NSView * "parent" but not subview of that "parent", then e.g. NSAccessibilitySelectedTextChangedNotification sent on the subclass have no effect, but the moment one adds the subclass's instance as a subview of the "parent" view, the notification has an effect. I will try to put the A11yWrapper's (which inherit NSView) into a hierarchy and attach the hierarchy to some "real" NSView and see whether that will work. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
