[Libreoffice-bugs] [Bug 124443] AutoInput tooltip positioning is inconsistent when editing formula, covering different parts of UI

2020-02-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124443

Eike Rathke  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |ayhanyalcin...@pisilinux.or
   |desktop.org |g

--- Comment #5 from Eike Rathke  ---
Assigning to who was actually working on this.

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


[Libreoffice-bugs] [Bug 124443] AutoInput tooltip positioning is inconsistent when editing formula, covering different parts of UI

2020-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124443

--- Comment #4 from Eike Rathke  ---
It makes very much sense to display the arguments' tooltip below when editing
cells in the first two rows, where a tooltip above would hide the column
headers. Also, usually formulas are edited more frequently below a column of
data than above, so again displaying the tooltip below does not hide the data.
Editing a formula in the Input Line IMHO is less common.

To change this it should rather be detected whether editing happens in the
Formula Bar's Input Line and only then display the arguments' tooltip above.

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


[Libreoffice-bugs] [Bug 124443] AutoInput tooltip positioning is inconsistent when editing formula, covering different parts of UI

2020-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124443

Ayhan Yalçınsoy  changed:

   What|Removed |Added

   Assignee|ayhanyalcin...@pisilinux.or |libreoffice-b...@lists.free
   |g   |desktop.org

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


[Libreoffice-bugs] [Bug 124443] AutoInput tooltip positioning is inconsistent when editing formula, covering different parts of UI

2020-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124443

Ayhan Yalçınsoy  changed:

   What|Removed |Added

 Status|ASSIGNED|NEW

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


[Libreoffice-bugs] [Bug 124443] AutoInput tooltip positioning is inconsistent when editing formula, covering different parts of UI

2020-01-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124443

Ayhan Yalçınsoy  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |ayhanyalcin...@pisilinux.or
   |desktop.org |g

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


[Libreoffice-bugs] [Bug 124443] AutoInput tooltip positioning is inconsistent when editing formula, covering different parts of UI

2019-07-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124443

Mike Kaganski  changed:

   What|Removed |Added

   Keywords||difficultyBeginner,
   ||easyHack, skillCpp

--- Comment #3 from Mike Kaganski  ---
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.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 124443] AutoInput tooltip positioning is inconsistent when editing formula, covering different parts of UI

2019-06-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124443

--- Comment #2 from aSystemOverload  ---
Still an issue in:
Version: 6.2.4.2.0+  Build ID: 6.2.4-1
CPU threads: 4; OS: Linux 5.1; UI render: default; VCL: kde5; 
Locale: en-GB (en_GB.UTF-8); UI-Language: en-GB
Calc: threaded

Waiting for 6.3 version in Arch Repositories.

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

[Libreoffice-bugs] [Bug 124443] AutoInput tooltip positioning is inconsistent when editing formula, covering different parts of UI

2019-03-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124443

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 CC||79045_79...@mail.ru
 Blocks||114019
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #1 from Roman Kuznetsov <79045_79...@mail.ru> ---
confirm in

Version: 6.3.0.0.alpha0+ (x64)
Build ID: 5cb2db6dd7d234a610a6501668a9901af8472b7f
CPU threads: 4; OS: Windows 10.0; UI render: default; VCL: win; 
TinderBox: Win-x86_64@42, Branch:master, Time: 2019-03-26_23:06:31
Locale: ru-RU (ru_RU); UI-Language: en-US
Calc: threaded


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=114019
[Bug 114019] [META] Tooltip bugs and enhancements
-- 
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