Description: The context menu for the text box is incorrect. Steps to Reproduce: 1. Open new Calc. 2. Insert new TextBox, and Insert some Text (ex "a"). 3. Select TextBox. 4. Open Context menu. ex. Right-Click , Shift + F10, Context Button(Windows) Actual Results: 5. Opens the same context menu as when you select Cell. Expected Results: 5. You will probably open the same context menu as when you selected Shape. Reproducible: Always User Profile Reset: No Additional Info: The sidebar properties seem to be working correctly. --- 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 confirmed. and bisected. Version: 25.8.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: 7e15c704cedf1ca77b3ebe8b3b60f6a1ad57deb0 CPU threads: 4; OS: Linux 6.8; UI render: default; VCL: gtk3 Locale: ja-JP (ja_JP.UTF-8); UI: en-US Calc: threaded 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
Thank you, Saburo-san. --- Additional Information: Right after starting Calc, the sidebar properties do not seem to work correctly when the text box is selected.
Remember to add the commit author to Cc after bibisecting.
Balazs Varga committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/29edbf28fc3135ccc6d84f9484df939c5f891746 tdf#166633 - sc fix wrong context menu for text boxes It will be available in 25.8.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.
*** Bug 166636 has been marked as a duplicate of this bug. ***
Balazs Varga committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/cf339d5f79551dec606e4872d2bb0307be382080 Related: tdf#166633 - sc fix wrong context menu for textboxes It will be available in 26.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.