[Libreoffice-bugs] [Bug 75439] Objects in header area are REALLY hard to select
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Thu Mar 4 20:12:12 UTC 2021
https://bugs.documentfoundation.org/show_bug.cgi?id=75439
--- Comment #10 from Mike Kaganski <mikekaganski at hotmail.com> ---
Code pointer: SwEditWin::MouseButtonDown.
Near the start of the function, starting on line 2861 [1], it checks if the
click is over the header/footer area, and if it is, a call to
rSh.ToggleHeaderFooterEdit switches to those. The check for graphic object
under the cursor happens later at line 3212 [2]. If we already switched to
header/footer, then this check will return false.
The function does a lot of stuff, and I have no idea if it is possible to
reverse the checks, or postpone the decisions. However, if this is to be fixed,
this is the place.
[1]
https://opengrok.libreoffice.org/xref/core/sw/source/uibase/docvw/edtwin.cxx?r=899a73a3#2861
[2]
https://opengrok.libreoffice.org/xref/core/sw/source/uibase/docvw/edtwin.cxx?r=899a73a3#3212
--
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/20210304/e4ac8e61/attachment-0001.htm>
More information about the Libreoffice-bugs
mailing list