Issue 125405 - XAccessibleEventBroadcaster does not throw notify events on selections in a non edited document
Summary: XAccessibleEventBroadcaster does not throw notify events on selections in a n...
Status: UNCONFIRMED
Alias: None
Product: App Dev
Classification: Unclassified
Component: sdk (show other issues)
Version: 4.1.0
Hardware: All All
: P3 Normal
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-11 09:15 UTC by Jens Bornschein
Modified: 2014-08-11 09:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Jens Bornschein 2014-08-11 09:15:52 UTC
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.