[Libreoffice-bugs] [Bug 130348] Not the whole sidebar to edit a chart is usable on iOS
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Thu Feb 27 15:45:30 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=130348
--- Comment #8 from Tor Lillqvist <tml at iki.fi> ---
Debugging, the difference if I compare a listbox in the Elements part (which
works) to one in the Area part (which doesn't), is that in
ImplHandleMouseEvent() in vcl/source/window/winproc.cxx, in the working case
the call pChild->MouseButtonDown(aMEvt); goes to ImplBtn::MouseButtonDown() in
vcl/source/control/imp_listbox.cxx, while in the non-working case, it goes to
vcl::Window::MouseButtonDown() in vcl/source/window/mouse.cxx.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200227/3dee88fc/attachment.htm>
More information about the Libreoffice-bugs
mailing list