https://bugs.documentfoundation.org/show_bug.cgi?id=132073
Nicolas <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |UNCONFIRMED Ever confirmed|1 |0 --- Comment #10 from Nicolas <[email protected]> --- I was able to reproduce this issue on Windows 11 using LibreOffice 25.2.3.0 (x86_64). Steps: 1. Created Sheet1 and Sheet2 2. Added the macro: ``` Sub CrashTest(Event As Variant) Dim cell As Object cell = ThisComponent.Sheets.getByName("Sheet2").getCellByPosition(2,2) cell.Value = 4 End Sub ``` 3. Assigned the macro to Sheet1 > Event: Selection Changed 4. Entered values into multiple cells in Sheet1 (e.g., A1, A2, A3) 5. Pressed Ctrl + Z or Alt + Z **Observed behavior:** - On the first run, pressing Ctrl + Z switched focus to Sheet2 unexpectedly - On repeated execution, LibreOffice Calc crashed This confirms that the bug still occurs in the latest stable version (25.2.3.0) on Windows 11. -- You are receiving this mail because: You are the assignee for the bug.
