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

--- Comment #13 from Maxim Monastirsky <momonas...@gmail.com> ---
(In reply to Xisco FaulĂ­ from comment #10)
> it's important to use SAL_USE_VCLPLUGIN=gen on Linux, otherwise Ctrl+Q
> doesn't work
In fact it's possible to reproduce with any vclplug, if only clicking inside
the font name field (so that it has the focus), and closing the document by
clicking the "Close Document" button on the right side of the menu bar.

(In reply to Noel Grandin from comment #9)
> This is weird.
> 
> Window::ImplGrabFocus is already checking if the losing focus window is
> disposed, which should be true at that point.
No. It checks the upper-case Window::IsDisposed(), which checks mpWindowImpl
that dies last. I think we should replace it with the lower-case
VclReferenceBase::isDisposed().

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to