Description: The sidebar properties do not display correctly when you select a text box immediately after you create it or start it. Steps to Reproduce: 1. Open new Calc. 2. Insert new TextBox, and Insert some Text (ex "a"). 3. Open side bar, and select Properties icon. 4. Select TextBox. Actual Results: 5. The contents of the side panel do not switch. The Cell Formatting panel remains open. Expected Results: 5. The side panel changes to a panel similar to the one that appears when you select Shape. Reproducible: Always User Profile Reset: No Additional Info: For example, if you create a new shape, select the shape once, and then select the text box, it will start working correctly. This bug also occurs immediately after restarting Calc. It may have been embedded at the same time as the commit below. https://bugs.documentfoundation.org/show_bug.cgi?id=166633 --- Not reproducible with [2025-05-05] Version: 25.8.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: cb149972d5fc82f3ca8009c3e51931c8d94ee664 CPU threads: 4; OS: Windows 10 X86_64 (build 19045); UI render: Skia/Vulkan; VCL: win Locale: en-US (ja_JP); UI: en-US Calc: CL threaded Reproducible with [2025-05-17] Version: 25.8.0.0.alpha1+ (X86_64) / LibreOffice Community Build ID: 94231af057db7871fb993582e2015c0fa21dde46 CPU threads: 4; OS: Windows 10 X86_64 (build 19045); UI render: Skia/Vulkan; VCL: win Locale: en-US (ja_JP); UI: en-US Calc: CL threaded
I conrimed. and bisected. author Balazs Varga commit 7e15c704cedf1ca77b3ebe8b3b60f6a1ad57deb0 tdf#166481 sc shapes edit view: fix wrong draw view shell was created when an object was in rotation drag mode and we enter into the shape to text edit mode. We only need to switch to draw shell if we have not already created a text shell for text edit mode. TODO: unit/UI tests would be useful for the original enhancement. (c628a26cd3f763b39a2e2441fc766dabf04ed492) Follow-up commit of c628a26cd3f763b39a2e2441fc766dabf04ed492 677e40c8b83b06ded8e06b6151f71686baf5f6b5 Regression from commit: c628a26cd3f763b39a2e2441fc766dabf04ed492 (tdf#90293 switch draw selection to rotate mode) Change-Id: Ib857673b1f5469d6502736ecad84fe046f8c967e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/185031
*** This bug has been marked as a duplicate of bug 166633 ***