[Libreoffice-bugs] [Bug 143206] Libreoffice on plasma works really bad

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Fri Aug 27 03:51:55 UTC 2021


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

Jan-Marek Glogowski <glogow at fbihome.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |NOTOURBUG
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #21 from Jan-Marek Glogowski <glogow at fbihome.de> ---
This is definitely some upsteam bug. LO just gets single mouse click events. So
I installed qt5-style-kvantum/stable for Debian Bullseye. For a double click I
get 4 events AKA button down + up + down + up.

SAL_DEBUG((int) eState << " " << aEvent.mnX << " " << aEvent.mnY << " " <<
aEvent.mnCode << " " << aEvent.mnTime);

For breeze I get:

debug:43565:43565: 0 278 201 1 13193371
debug:43565:43565: 1 278 201 0 13193418
debug:43565:43565: 0 278 201 1 13193515
debug:43565:43565: 1 278 201 0 13193578

For kvantum I get:

debug:43277:43277: 0 288 206 1 0
debug:43277:43277: 1 288 206 0 13153386
debug:43277:43277: 0 288 206 1 13153485
debug:43277:43277: 1 288 206 0 13153571

The first timestamp is 0! That timestamp comes from Qt. And this also happens
for a single click. I'm actually surprised anything happens ;-)

I suggest to open a bug at https://github.com/tsujan/Kvantum

Working around this bug looks messy and more like a heuristic, so I'll just
close this.

-- 
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/20210827/86888d89/attachment.htm>


More information about the Libreoffice-bugs mailing list