https://issues.apache.org/ooo/show_bug.cgi?id=125405
Issue ID: 125405
Issue Type: DEFECT
Summary: XAccessibleEventBroadcaster does not throw notify
events on selections in a non edited document
Product: App Dev
Version: 4.1.0
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: sdk
Assignee: [email protected]
Reporter: [email protected]
In a loaded Draw document with registered XAccessibleEventListener, no events
about selection (AccessibleEventId SELECTION_CHANGED = 9, SELECTION_CHANGED_ADD
= 35, SELECTION_CHANGED_REMOVE = 36, SELECTION_CHANGED_WITHIN = 37) were
thrown by the XAccessibleEventBroadcaster. Only STATE_CHANGED = 4 seems to be
notified.
After adding one XShape to the document the events were thrown correctly.
--
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.