https://bugs.documentfoundation.org/show_bug.cgi?id=161087
--- Comment #6 from Michael Weghorn <[email protected]> --- Created attachment 194149 --> https://bugs.documentfoundation.org/attachment.cgi?id=194149&action=edit Screencast of helper script showing wrongly reported position Using the helper script from https://bugreports.qt.io/browse/QTBUG-95725 (now also attached here as attachment 161087), it can be seen that the wrong positions are reported, even with no scaling/zoom applied and also in a KDE Plasma session. As global/screen coords don't work on Wayland, this needs to use GDK_BACKEND=x11 when running on Wayland. 1) start the helper script that highlights the reported cursor position: GDK_BACKEND=x11 /tmp/position.py 2) start LO: GDK_BACKEND=x11 SAL_USE_VCLPLUGIN=gtk3 ./instdir/program/soffice.bin --impresss 3) start typing The helper script highlights the currently reported caret position. As can be seen in the attached screencast, this one is incorrect, and becomes more and more incorrect when moving more lines down. -- You are receiving this mail because: You are the assignee for the bug.
