Steps to reproduce: 1. Open Impress 2. Right click on first slide on slide pane 3. Hide slide 4. Ctrl + Z -> Nothing happens. Undo button is disabled as well Reproduced in Version: 7.0.0.0.alpha0+ Build ID: 5d00a1c9c6e85f3d7a3e05ab485da79980c38d44 CPU threads: 4; OS: Linux 4.19; UI render: default; VCL: gtk3; Locale: en-US (en_US.UTF-8); UI-Language: en-US Calc: threaded and LibreOffice 3.3.0 OOO330m19 (Build:6) tag libreoffice-3.3.0.4
@Jim, I thought you might be interested in this issue...
confirm with Version: 7.0.0.0.alpha0+ Build ID: d41d7ecb60fb38204fafcb1aa4595992721855e6 CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3;
Dear Xisco Faulí, 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
Still a problem in Version: 7.4.0.0.alpha0+ (x64) / LibreOffice Community Build ID: ccbd2b0c663fa19be5301f0ea8ac74caa055fe47 CPU threads: 8; OS: Windows 10.0 Build 19043; UI render: Skia/Raster; VCL: win Locale: de-DE (en_US); UI: en-US Calc: threaded
Still reproducible in Version: 7.6.0.0.alpha1+ (X86_64) / LibreOffice Community Build ID: 8c544caa52c213fd8e02029cf3fabfc89fd14693 CPU threads: 8; OS: Linux 5.10; UI render: default; VCL: x11 Locale: es-ES (es_ES.UTF-8); UI: en-US Calc: threaded
@Andreas, I thought maybe you might be intested in this issue
Hi Xisco! I am always interested in bug reports but atm I have very limited time ressource due to the implementation of the pushpins for the start center. I can provide some code pointers: SlotManager::ChangeSlideExclusionState sets the page descriptor (Excluded) Than you have to check if Undo is enabled via mrSlideSorter.GetView().IsUndoEnabled(). If that is the case BegUndo on the same object using a string ressource (imho has to be created something like "Hide/show slide". At the end of the method AddUndo to the slide sorter where a new SdrUndoAction object has to be created which is missing at the moment. Maybe in the next weeks I can provide a patch.
Andreas Heinisch committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/2b3a950e937efe77ad39b034819c9f7a707fe29e tdf#130581 - Add undo command for hide/show slides It will be available in 24.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.
Andreas Heinisch committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/fd361874d5c4da99dec763dfdc9c4dd21dfe34a6 tdf#130581 - Improve unit test of undo command for hide/show slides It will be available in 24.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.