[Libreoffice-bugs] [Bug 158493] tip on "formula bar" for "formula making" is displaying over the formula itself when using vertical toolbars

2023-12-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158493

Michael Weghorn  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #13 from Michael Weghorn  ---
I can confirm that the tooltip displays over the formula when disabling all
toolbars with

Version: 24.2.0.0.alpha1+ (X86_64) / LibreOffice Community
Build ID: 29fc0ec9930fc1c09c0e79d41c56f93ae853c054
CPU threads: 12; OS: Linux 6.5; UI render: default; VCL: gtk3
Locale: en-GB (en_GB.UTF-8); UI: en-US
Calc: threaded

It's not a problem with kf5, qt6 or gen.

Version: 24.2.0.0.alpha1+ (X86_64) / LibreOffice Community
Build ID: 29fc0ec9930fc1c09c0e79d41c56f93ae853c054
CPU threads: 12; OS: Linux 6.5; UI render: default; VCL: kf5 (cairo+xcb)
Locale: en-GB (en_GB.UTF-8); UI: en-US
Calc: threaded

Version: 24.2.0.0.alpha1+ (X86_64) / LibreOffice Community
Build ID: 29fc0ec9930fc1c09c0e79d41c56f93ae853c054
CPU threads: 12; OS: Linux 6.5; UI render: default; VCL: qt6 (cairo+xcb)
Locale: en-GB (en_GB.UTF-8); UI: en-US
Calc: threaded

Version: 24.2.0.0.alpha1+ (X86_64) / LibreOffice Community
Build ID: 29fc0ec9930fc1c09c0e79d41c56f93ae853c054
CPU threads: 12; OS: Linux 6.5; UI render: default; VCL: x11
Locale: en-GB (en_GB.UTF-8); UI: en-US
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 158493] tip on "formula bar" for "formula making" is displaying over the formula itself when using vertical toolbars

2023-12-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158493

ady  changed:

   What|Removed |Added

Summary|tip on "formula bar" for|tip on "formula bar" for
   |"formula making" is |"formula making" is
   |displaying over the formula |displaying over the formula
   |itself. |itself when using vertical
   ||toolbars

--- Comment #12 from ady  ---
(In reply to pajaro from comment #11)
> Bars exist but they are repositioned to the side as seen in screenshot
> 
> I confirm that after moving one of them to the top it works correctly again

That's the bug then. I'm modifying the summary accordingly.

Someone should also test whether this behavior is also relevant on non-gtk3 DE.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 158493] tip on "formula bar" for "formula making" is displaying over the formula itself.

2023-12-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158493

--- Comment #11 from paj...@gmail.com ---
Bars exist but they are repositioned to the side as seen in screenshot

I confirm that after moving one of them to the top it works correctly again

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 158493] tip on "formula bar" for "formula making" is displaying over the formula itself.

2023-12-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158493

--- Comment #10 from paj...@gmail.com ---
Created attachment 191248
  --> https://bugs.documentfoundation.org/attachment.cgi?id=191248=edit
bars to the side

Bars to the side

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 158493] tip on "formula bar" for "formula making" is displaying over the formula itself.

2023-12-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158493

--- Comment #9 from Caolán McNamara  ---
The screenshot seems to suggest that there are no toolbars. I tried turning off
my toolbars in calc, but (even with export GDK_BACKEND=x11) the GtkPopover that
is used for these is still able to be shown on top of the formula bar rather
that on it as shown here). But I'm guessing that if the toolbar was shown that
the PopOver fits above the formula line?

It might be that the uses of Help::ShowPopover should at least set a narrow
rectangle that it wants the popover to point to (instead of a mere point) and
that set_pointing_to should use that height in the rect passed to
gtk_popover_set_pointing_to so that gtk can try moving the popover to the
bottom of that rect if its doesn't fit at the top.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 158493] tip on "formula bar" for "formula making" is displaying over the formula itself.

2023-12-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158493

--- Comment #8 from ady  ---
(In reply to Michael Weghorn from comment #6)

> What do you mean with "when autoinput is selected"? Is that any extra
> step/option to set?

For those that might not remember, the tooltip that is displayed when editing a
formula in the formula bar input window box is not displayed when the AutoInput
feature is set to OFF.

For the tooltip to be actually displayed, the setting in menu 'Tools >
AutoInput' has to be set to ON.

Possible factors I am wondering about:
* Size of Calc's window (e.g. not maximized).
* Is the Menubar shown?
* What UI variant is in use (e.g. Tabbed, Standard, Single Toolbar,...)?
* Does the behavior change when using a different UI (menu View > User
Interface...)?
* Does the behavior change when showing additional toolbars (e.g. in addition
to the typical Formatting and Standard toolbars for the Standard UI)?
* Is the OS/DE displaying (other) toolbars or similar UI artifacts above Calc's
window?
* Screen resolution, dpi, size, scale (%), multiple monitors...

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 158493] tip on "formula bar" for "formula making" is displaying over the formula itself.

2023-12-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158493

--- Comment #7 from paj...@gmail.com ---
> What do you mean with "when autoinput is selected"? Is that any extra 
> step/option to set?

No sorry, i just copied the other bug text

I dont do anything special i think. I just start typing formula or move in some
already typed formula and when the tip shows, it shows like the screenshot


If i restart in safemode the bug doesnt show

Do you need me to do something else?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 158493] tip on "formula bar" for "formula making" is displaying over the formula itself.

2023-12-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158493

Michael Weghorn  changed:

   What|Removed |Added

 Blocks||103182
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=15
   ||1677

--- Comment #6 from Michael Weghorn  ---
I cannot reproduce in a local master build.

(In reply to pajaro from comment #0)
> tip on "formula bar" for "formula making" is displaying over the formula
> itself when autoinput is selected.

What do you mean with "when autoinput is selected"? Is that any extra
step/option to set?

> Same issue of #151677 but it seems to be a different cause. 

Indeed, bug 151677 was kf5-specific, while this here is for the gtk3 VCL
plugin, so the fix in the context of bug 151677 should be unrelated.






Version: 24.2.0.0.alpha1+ (X86_64) / LibreOffice Community
Build ID: 29fc0ec9930fc1c09c0e79d41c56f93ae853c054
CPU threads: 12; OS: Linux 6.5; UI render: default; VCL: gtk3
Locale: en-GB (en_GB.UTF-8); UI: en-US
Calc: threaded

(In reply to ady from comment #1)
> Might this be possibly related to *gtk3* (or, who knows, maybe to dark mode)?

That's possible, I've added it to the gtk3 metabug. (I'd be surprised if it was
related to dark mode.)


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103182
[Bug 103182] [META] GTK3-specific bugs
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 158493] tip on "formula bar" for "formula making" is displaying over the formula itself.

2023-12-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158493

--- Comment #5 from Michael Weghorn  ---
Created attachment 191214
  --> https://bugs.documentfoundation.org/attachment.cgi?id=191214=edit
Screenshot where it's OK

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 158493] tip on "formula bar" for "formula making" is displaying over the formula itself.

2023-12-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158493

--- Comment #4 from ady  ---
(In reply to pajaro from comment #3)
> Im not sure what you mean and why my screenshot is not relevant

On the contrary; I said the sceenshoots _are_ relevant.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 158493] tip on "formula bar" for "formula making" is displaying over the formula itself.

2023-12-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158493

--- Comment #3 from paj...@gmail.com ---
Im not sure what you mean and why my screenshot is not relevant

Is there any other details i can provide?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 158493] tip on "formula bar" for "formula making" is displaying over the formula itself.

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

--- Comment #2 from ady  ---
Also attachment 183524 originally posted in bug 151995 comment 0 is relevant
here.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 158493] tip on "formula bar" for "formula making" is displaying over the formula itself.

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

ady  changed:

   What|Removed |Added

 CC||m.wegh...@posteo.de

--- Comment #1 from ady  ---
As per bug 151677 comment 11 (and others), let's CC Michael Weghorn.

Attachment 191184 originally posted in bug 151677 comment 9 is relevant here.

The Version field is probably around 7.4.x or even older.

Might this be possibly related to *gtk3* (or, who knows, maybe to dark mode)?

-- 
You are receiving this mail because:
You are the assignee for the bug.