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

--- Comment #8 from Alex Thurgood <ipla...@yahoo.co.uk> ---
So, my rudimentary understanding of this is that :

svt::CheckBoxControl calls dispose when the window containing the control is
closed

this should call in turn Control::dispose and then vcl::Window::dispose, which
should in turn lead to the focus being re-attributed to the next relevant
window or the object (or a pointer to that) of wherever the mouse focus happens
to be

but something goes wrong in the calls to 

vcl::Window::ImplGrabFocus(GetFocusFlags) 

vcl::Window::GrabFocus

and

vcl::Window::ImplGrabFocus(GetFocusFlags) 

As I don't really understand the difference between 

GrabFocus at mouse.cxx#383
and
CompatGetFocus at mouse.cxx#201

I'm unfortunately none the wiser.

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