[Libreoffice-bugs] [Bug 124443] AutoInput tooltip positioning is inconsistent when editing formula, covering different parts of UI
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Thu Jul 18 06:10:30 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=124443
Mike Kaganski <mikekaganski at hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |difficultyBeginner,
| |easyHack, skillCpp
--- Comment #3 from Mike Kaganski <mikekaganski at hotmail.com> ---
Code pointer:
ScInputHandler (sc/source/ui/inc/inputhdl.hxx) has relevant ShowTip/HideTip and
ShowTipBelow/HideTipBelow (implemented in sc/source/ui/app/inputhdl.cxx). They
display the tip respectively above/below the edited line. It seems that the
"Below" tip may be displayed *in addition* to the normal one, as a secondary
tooltip.
So the question is, if it's really implemented in some case to show two
tooltips simultaneously; if not, then simply drop the "*Below" methods and
replace their usage with normal variants.
--
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/20190718/c4ec47e7/attachment.html>
More information about the Libreoffice-bugs
mailing list