You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2014/08/11 11:15:52 UTC

[Issue 125405] New: XAccessibleEventBroadcaster does not throw notify events on selections in a non edited document

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: issues@openoffice.apache.org
          Reporter: jens.bornschein@tu-dresden.de

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.