https://bugs.documentfoundation.org/show_bug.cgi?id=152173

--- Comment #19 from Patrick Luby <plub...@neooffice.org> ---
(In reply to Alex Thurgood from comment #18)
> Separately confirmed on
> 
> Version: 7.5.1.2 (AARCH64) / LibreOffice Community
> Build ID: fcbaee479e84c6cd81291587d2ee68cba099e129
> CPU threads: 8; OS: Mac OS X 13.2.1; UI render: Skia/Raster; VCL: osx
> Locale: fr-FR (fr_FR.UTF-8); UI: fr-FR
> Calc: threaded

I use macOS Monterey day-to-day and I could not reproduce this. But on Ventura
it is easy to reproduce. Clearly Apple changed something as I don't ever
remember inactive applications getting mouse move events. Only mouse drag
events were sent in such cases.

But sure enough, starting with Ventura, macOS sends mouse move events to
LibreOffice. Of course, all of Apple's application work fine with this
(surprise, surprise) but these mouse move events confuse the LibreOffice code
since every previous release of macOS didn't do this.

How to fix this bug? I don't know yet. But it seems to me there might be two
separate issues that need to be solved:

1. Tooltips are displayed when the application is unfocused
2. LibreOffice gets pushed up a level in the Z window order

I am hoping the second case is triggered by the first case. I'll have to see as
I think the tooltip handling code is a layer or two above the native event
handler code that I am familiar with.

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

Reply via email to