Description: Chinese conversion run all the way through column 1024 even if the content is in one cell. Steps to Reproduce: 1. Insert Chinese content, such as 遠程MySQL連接遠程MySQL連接遠程MySQL連接 in A1. 2. Tools>Language>Chinese Conversion... and select traditional to simplified 3. Then OK. Actual Results: Cursor moving from A1 to the column 1024 and then stopped. Expected Results: Conversion should finish as soon as it process A1. Reproducible: Always User Profile Reset: No Additional Info: Comparing this function with spellcheck. It completes immediately, without cursor running all the way to column 1024.
(In reply to Mark Hung from comment #0) > Description: > Chinese conversion run all the way through column 1024 even if the content > is in one cell. This is exactly the same behavior described in bug 104378 comment #8, although I'm not sure whether Franklin filed separate a bug or not.
Mark Hung committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/aa99b57cdc8cb3763aa935ed84e7d80c4e56a172 tdf#137594 prevent converting unallocated columns. It will be available in 7.1.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.
Yes, I also noticed this bug behaviour.
I can't reproduce the issue in Version: 7.1.0.0.alpha0+ Build ID: f1d798151048dde3f48b124ef406416668d1e9c5 CPU threads: 4; OS: Linux 5.7; UI render: default; VCL: x11 Locale: en-US (en_US.UTF-8); UI: en-US Calc: threaded after running the conversion the cursor is in A1. @Mark, @Kevin, are you on Win or on Linux ?
(In reply to Xisco Faulí from comment #4) I am on Fedora 32. It's not about the cursor was in A1 after the conversion. It's about running the conversion all the way through A1 to column 1024, even though the other columns contain no data at all, as a result the conversion takes a lot of time to finish.
Mark Hung committed a patch related to this issue. It has been pushed to "libreoffice-7-0": https://git.libreoffice.org/core/commit/a9bad3ef281c825bf57437a1b5154e413d7f18cd tdf#137594 prevent converting unallocated columns. It will be available in 7.0.3. 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.