https://bugs.documentfoundation.org/show_bug.cgi?id=172957

--- Comment #3 from david mccracken <[email protected]> ---
If a dialog has multiple buttons that share a macro that closes the dialog the
macro needs to identify the particular button, which has always been most
efficiently done by event.Source.AccessibleContext.AccessibleIndexInParent.
Xray Tool shows that the latest version Libre-BASIC has
event.Source.Context.AccessibleContext.AccessibleIndexInParent but it fails
execution. Fortunately, the old method is still available.

A similar problem is that
StarDesktop.CurrentComponent.CurrentController.Frame.ContainerWindow.AccessibleContext
has been eliminated. I was using this to search (getAccessibleChild) for the
BASIC IDE status bar to get information that is not available by any other
means. It is easy to bypass the endDialog problem but there is no way to get
around this problem.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to