Steps to Reproduce: 1. Input some content in a cell (e.g., "abc"); 2. Select the cell and ctrl+C; 3. Paste in input boxes such as the ctrl+F find box, using ctrl+V. Current Result: "abc<ENTER>" Expected Result: "abc" without ENTER character. The appended ENTER char is useless and each time I paste in the search box I need to manually delete it which is really a waste of time.
I can't repro Version: 7.2.0.0.alpha0+ (x64) Build ID: 35e471bb4d1388cf5afcdcee214cf5111edf44e3 CPU threads: 4; OS: Windows 10.0 Build 20180; UI render: Skia/Raster; VCL: win Locale: es-ES (es_ES); UI: en-US Calc: CL Can you attach a sample file with the cell to copy.
Created attachment 168109 [details] see the ENTER (return) char in the bottom-left find box (In reply to m.a.riosv from comment #1) Any Calc document. I mean single-click on the cell (not double-click and select text within the cell), ctrl+C and then Ctrl+V to paste to the find box.
Created attachment 168780 [details] screenshot
I cannot reproduce. Version: 7.0.4.2 Build ID: dcf040e67528d9187c66b2379df5ea4407429775 CPU threads: 8; OS: Mac OS X 10.13.6; UI render: default; VCL: osx Locale: en-US (en_US.UTF-8); UI: en-US Calc: threaded
Only seen with gtk3. Bibisected with linux-64-7.0 to https://git.libreoffice.org/core/commit/3b8c42a94b5448364d47daa103b3452f54990524 weld FindTextFieldControl Adding Cc: to Caolán McNamara
adding "truncate-multiline" true to GtkSpinButton/GtkEntry/GtkComboBoxText might be the way to go to get that working in gtk the same as it does in gen
Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/f89b94c280e8d986cdf08271f5cdc6b1dfe09575 tdf#138848 add truncate-multiline to all GtkEntries and GtkSpinButtons It will be available in 7.2.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.
done in master, a backport to 7-1 is in gerrit
Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-7-1": https://git.libreoffice.org/core/commit/2e60514e16c4ca1350fce33794e93ce417b52c40 tdf#138848 add truncate-multiline to all GtkEntries and GtkSpinButtons It will be available in 7.1.1. 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.
Created attachment 168986 [details] Screencast from 7.0.4.2 Can still repro in 7.0.4.2.
*** Bug 139738 has been marked as a duplicate of this bug. ***