Use kf5 or kf6 UI. 1. Open any dialog with an editable GtkTextView input field, such as Insert - Object - QR and Barcode - URL/Text or Insert - Field - More Fields (Ctrl+F2) - Variables - User Field - Value 2. Type some text The right edge of the text is cut off by the width of one pixel. The glitch is gone after a few seconds. I did not have time to search for more field candidates, so 7.6 is as far back in the history as I got. Note: there is an older issue with the cursor leaving traces behind when using arrow keys, bug 162703. Arch Linux 64-bit Version: 25.2.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: 044980edc41544dd5973d5aa57f134d4bfe6d0e7 CPU threads: 8; OS: Linux 6.10; UI render: default; VCL: kf6 (cairo+wayland) Locale: fi-FI (fi_FI.UTF-8); UI: en-US Calc: CL threaded Built on 30 August 2024
Found an older field: Edit - Track Changes - Manage - right-click entry, Edit comment. Seen in oldest of 6.4 repo.
Confirmed. (In reply to Buovjaga from comment #0) > The right edge of the text is cut off by the width of one pixel. The glitch > is gone after a few seconds. The glitch remains for me. At first glance, it looks to me like the column of pixels where the blinking cursor overlaps the text is affected. Version: 25.2.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: 083651ef9c6492359380248c958908d9aa490e89 CPU threads: 32; OS: Linux 6.10; UI render: default; VCL: qt6 (cairo+xcb) Locale: en-GB (en_GB.UTF-8); UI: en-US Calc: threaded
Michael Weghorn committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/09e76631dd60f1e6ffab3faa17889fe7327b8a3c tdf#130857 tdf#162704 qt weld: Support QR/bar code dialog It will be available in 25.8.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
One potential way forward could be welding all the dialogs using GtkTextView. The commit from comment 3 does this for the (In reply to Buovjaga from comment #0) > Insert - Object - QR and Barcode - URL/Text one as a demo, but using native Qt dialogs is still disabled by default (requires SAL_VCL_QT_USE_WELDED_WIDGETS=1 to be set) and there are more dialogs using GtkTextView, so the issue is not generally resolved yet.
(In reply to Michael Weghorn from comment #4) > One potential way forward could be welding all the dialogs using > GtkTextView. The commit from comment 3 does this for the > > (In reply to Buovjaga from comment #0) > > Insert - Object - QR and Barcode - URL/Text > > one as a demo, but using native Qt dialogs is still disabled by default > (requires SAL_VCL_QT_USE_WELDED_WIDGETS=1 to be set) and there are more > dialogs using GtkTextView, so the issue is not generally resolved yet. I would allow it as a solution and confirm that it fixes the issue for the barcode field. I also noticed without the welding, the text seems to ignore the padding in the field. One effect of this is the cursor being positioned partly outside the field when in the left or right edges. Arch Linux 64-bit Version: 25.8.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: d65d8a3adc9691451bfa21ca8c574b77e54a3290 CPU threads: 8; OS: Linux 6.12; UI render: default; VCL: kf6 (cairo+wayland) Locale: fi-FI (fi_FI.UTF-8); UI: en-US Calc: CL threaded Built on 15 December 2024