Description: For some reason, "Spin Button" and "Scrollbar" are not shown by default in the Form Controls toolbar in LO Calc 6.3. They seem to be common controls (at least, more common than others), so I can't see why they would have been removed from the default toolbar between 6.2 and 6.3. I assume it's an error that happened when it was reorganised (i.e. there isn't a separate "More controls" section like there was in 6.2). Steps to Reproduce: 1. In top menu: "View > Toolbars > Form Controls" Actual Results: "Spin Button" and "Scrollbar" items are missing (but can be added back if wanted) Expected Results: Those two common controls should be shown by default, there is not reason to hide those two over all the other controls. Reproducible: Always User Profile Reset: No Additional Info:
Tested on: Version: 6.3.0.0.alpha1 Build ID: 547edd20e527fb02900f6174973770d26306e2e7 CPU threads: 8; OS: Linux 4.15; UI render: default; VCL: gtk3; Locale: en-AU (en_AU.UTF-8); UI-Language: en-US Calc: threaded
Repro Version: 6.3.0.0.beta1 (x64) Build ID: a187af327633f5f00363be5131bd21a13e0f1a7b CPU threads: 4; OS: Windows 10.0; UI render: default; VCL: win; Locale: es-ES (es_ES); UI-Language: en-US Calc: CL
This commit (related to merging the two toolbars: https://bugs.documentfoundation.org/show_bug.cgi?id=112411) set the two buttons to `toolbar:visible="false"` for some reason: https://gerrit.libreoffice.org/plugins/gitiles/core/+/e89eba0e1fa56c64e0d572b4f32ce5951378c1d7%5E%21
Heiko: one for you?
Assigning to Roman as he stated to take it in the other bug. I wonder if there was a reason to drop/hide controls. Please check the commit messages, haven't found anything in BZ.
(In reply to Heiko Tietze from comment #5) > Assigning to Roman as he stated to take it in the other bug. I wonder if > there was a reason to drop/hide controls. Please check the commit messages, > haven't found anything in BZ. No reason, some copy/paste and I forgot fix it=(
Roman Kuznetsov committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/+/385128671716e70b9540a67e213d6495bf50662b%5E%21 tdf#125947 Two tools are missing from default Form Controls toolbar It will be available in 6.4.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.
Thank you Roman and Heiko! Any reason why this won't make it into 6.3? It looks like a minor fix on a new 6.3 feature, very unlikely to disrupt anything.
(In reply to stragu from comment #8) >... > Any reason why this won't make it into 6.3? It looks like a minor fix on a > new 6.3 feature, very unlikely to disrupt anything. The patch is waiting for some review here: https://gerrit.libreoffice.org/#/c/74267/
Roman Kuznetsov committed a patch related to this issue. It has been pushed to "libreoffice-6-3": https://git.libreoffice.org/core/+/099d183410eb7b0dbede3db70966d54a41a971d7%5E%21 tdf#125947 Two tools are missing from default Form Controls toolbar It will be available in 6.3.0.1. 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.
Thank you! :)