Problem description: If you insert a page header and later try to revert your text changes, the undo history stops at the header changes and text changes from before are not reversible. Steps to reproduce: 1. create new text document 2. insert some words of text 3. create page header by clicking the "+" on hovering the sensible area and entering some words 4. continue writing text in page body area 5. repeatedly press undo button or CTRL+Z Current behavior: Undo steps end at header level, text changed or entered before are not revertable. Expected behavior: Undo steps continue until all changes of the session are reverted (or maybe change history length maximum is reached) Not tested if it's a regression as no older versions available ATM Platform: Linux i686/RPM
just learned: known issue, see http://wiki.documentfoundation.org/Design/Whiteboard/Writer_SpecialIndicators#Known_Issues
*** Bug 50432 has been marked as a duplicate of this bug. ***
*** Bug 59560 has been marked as a duplicate of this bug. ***
*** Bug 62181 has been marked as a duplicate of this bug. ***
*** Bug 84461 has been marked as a duplicate of this bug. ***
It is not a bug because you are warned that the header deletion can't be undone. Changed from Normal to enhancement, because it would be great if such style changes could be undone. Best regards. JBF
*** Bug 87931 has been marked as a duplicate of this bug. ***
*** Bug 112744 has been marked as a duplicate of this bug. ***
(In reply to Jean-Baptiste Faure from comment #6) > It is not a bug because you are warned that the header deletion can't be > undone. The issue is that after inserting the header, you cant undo, so its a bug.
*** Bug 116113 has been marked as a duplicate of this bug. ***
*** Bug 116111 has been marked as a duplicate of this bug. ***
*** Bug 140624 has been marked as a duplicate of this bug. ***
Already in 3.3.0.
Daniel Arato (NISZ) committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/8d8486f43c1a8a51157bfc3e0b87090b05a9229e tdf#46561 sw: fix lost undo stack setting header/footer 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.
A crash has been discovered in testing: 1. create a new document 2. enter some text in the body 3. enter some text in the header 4. undo all changes 5. the application crashes We are currently in the process of locating this crash.
Verified in: Version: 7.2.0.0.alpha0+ (x64) / LibreOffice Community Build ID: ef78c7d93e4f170ac7a7f0307a8305052524eb53 CPU threads: 4; OS: Windows 10.0 Build 17134; UI render: default; VCL: win Locale: ug-CN (hu_HU); UI: hu-HU Calc: threaded
(In reply to NISZ LibreOffice Team from comment #16) > Verified in: > > Version: 7.2.0.0.alpha0+ (x64) / LibreOffice Community > Build ID: ef78c7d93e4f170ac7a7f0307a8305052524eb53 > CPU threads: 4; OS: Windows 10.0 Build 17134; UI render: default; VCL: win > Locale: ug-CN (hu_HU); UI: hu-HU > Calc: threaded No commit that fixes the crash ? Best regards. JBF
(In reply to Jean-Baptiste Faure from comment #17) > No commit that fixes the crash ? I haven't tested, but it looks like bug 141613's fix does that.