Description: Short freeze when going to next line with record track changes hidden Steps to Reproduce: 1. Open the attached file (slightly modified version of bug 113067) 2. Press and hold a key at the yellow line.. or start typing until at beginning of the line Actual Results: There will be 'a short freeze' in feedback when line of text is filled Expected Results: No freeze Reproducible: Always User Profile Reset: No Additional Info: Found in Version: 7.4.0.0.alpha0+ (x64) / LibreOffice Community Build ID: 9c95415de877af1430ab5b7123e11dedd0ea622c CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win Locale: nl-NL (nl_NL); UI: en-US Calc: CL also in Version: 6.2.9.0.0+ (x86) Build ID: 5f01fe15eb2661f1f9ce12d1d99dc2a705b462ee CPU threads: 4; OS: Windows 6.3; UI render: default; VCL: win; Locale: nl-NL (nl_NL); UI-Language: en-US Calc: CL smooth in Version: 6.1.0.0.beta1+ Build ID: da49f4aeb8d5e9a7d2cba8855d911e7cc1d2f1e2 CPU threads: 4; OS: Windows 6.3; UI render: default; Locale: nl-NL (nl_NL); Calc: CL
Created attachment 177157 [details] Example file
I confirm it with Version: 7.2.5.2 (x64) / LibreOffice Community Build ID: 499f9727c189e6ef3471021d6132d4c694f357e5 CPU threads: 4; OS: Windows 10.0 Build 19044; UI render: Skia/Raster; VCL: win Locale: de-DE (de_DE); UI: en-GB Calc: CL Additional informations Can't reproduce with an empty or very small document, but could reproduce with a 68 pages document. If changes are no recorded, freeze is in middle of the line.
Dear Telesto, To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present with the latest version of LibreOffice from https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the information from Help - About LibreOffice. If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a comment that includes the information from Help - About LibreOffice. Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) from https://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to 'inherited from OOo'; 4b. If the bug was not present in 3.3 - add 'regression' to keyword Feel free to come ask questions or to say hello in our QA chat: https://web.libera.chat/?settings=#libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug
Bibisecting might have been easier on a slower machine, but Windows in a VM provided just enough slowdown. The result in win32-6.2 repo is 94c1af65367dcbc7272455cf6d4940252a289b62 sw_redlinehide: make layout based Show/Hide mode the default remove ExperimentalMode checks I dug in the log with: git log -S"eRedlMode = isExp" sw/source/core/edit/autofmt.cxx It showed the check for experimental mode was added in e7283ebe7a2ba9b608a04d1efbe5504f182369a7 sw_redlinehide_4a: stop toggling ShowDelete in SwAutoFormat That commit is the binary hash 532aaf707db00b980203e434862dfc600b4388c6 in win32-6.3 repo. I'll call this an implementation error.
Created attachment 195704 [details] Perf flamegraph Version: 25.2.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: 5850b22e04a7a055e5b4c6b23a1d32d74270506d 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