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

--- Comment #29 from Michael Meeks <[email protected]> ---
I imagine that a patch a bit like:

Storing this guy:

            uno::Reference< accessibility::XAccessibleEventBroadcaster >
xBroadcaster(xContext, uno::UNO_QUERY);

On the Wrapper itself as an UNO reference (along with the AtkListener?)

And in the:

void atk_object_wrapper_dispose(AtkObjectWrapper* wrapper)

removing the event listener - -might- make this work nicely ;-)

Of course - not poked in the debugger to see whether that thing is disposed,
and if so by whom etc. you'd hope that someone was disposing those things =)

Failign that - quite possibly the specific implementation of 

XAccessibleEventBroadcaster

in this case is not calling 'disposing' properly when the F2/Escape cycle
happens; not sure ... =)

-- 
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

Reply via email to