Description: After setting a keyboard shortcut to the Table - `Sort Ascending` or `Sort Descending` functions, the shortcut apparently does nothing. Steps to Reproduce: 1. Choose menu Tools - Customize - Keyboard tab. 2. Select Table category, Sort Ascending (or Sort Descending) function. 3. Select `F4` shortcut key, press Modify, and OK. 4. In a table, select cells with data and press `F4`. Actual Results: No change is seen. Expected Results: Cell become sorted from a to z, or increasing in number. Reproducible: Always User Profile Reset: No OpenGL enabled: Yes Additional Info: Version: 6.3.6.2 (x86) Build ID: 2196df99b074d8a661f4036fca8fa0cbfa33a497 CPU threads: 4; OS: Windows 6.1; UI render: default; VCL: win; Locale: es-MX (es_MX); UI-Language: en-US Calc: threaded
Thank you for reporting the bug. I can confirm that the bug is present in: Version: 7.0.1.2 (x64) Build ID: 7cbcfc562f6eb6708b5ff7d7397325de9e764452 CPU threads: 4; OS: Windows 10.0 Build 18362; UI render: Skia/Raster; VCL: win Locale: en-US (en_US); UI: en-US Calc: CL Also present in: Version: 7.1.0.0.alpha0+ (x64) Build ID: dec9a123867dcd0fea4683beeb3b4b6659f926f3 CPU threads: 4; OS: Windows 10.0 Build 18362; UI render: Skia/Raster; VCL: win Locale: en-US (en_US); UI: en-US Calc: CL
Created attachment 168625 [details] Screenshot of the commands in the Form Navigation toolbar These are the uno:Sortup and uno:Sortdown commands. These are indeed displayed in the Table category in the Customize - Keyboard tab. I tried to see where are they used and these are by default parts of the Form Navigation toolbar, and not Table. I added them manually there too, but they are greyed out when I select some data in a Writer table. So they are not Table-related commands. But the assigned shortcuts are displayed next to them in the right click menu of the Form Navigation toolbar - Visible buttons section, so the assignment part works. I think these commands should be categorized differently in the Customize dialog under Controls, since they are not Table but Form Control commands.
I looked at this problem a bit more. These are actually database table commands and are prominent in Base at the Table editing dialog. Turns out a lot of similar Base table commands (to find most of them: git grep SfxGroupId::Table svx ) are categorized as Table, as well as Writer / Draw table commands (to find them: git grep SfxGroupId::Table sd sw ) are categorized under Table which can be quite confusing. I think the whole command categorization deserves a small step back and rethinking of the category list found in include/sfx2/groupid.hxx Adding neeedsUxEval keyword for possible input.
Why not add a Forms category? Maxim, what do you think?
Muhammet, what's your take?
Dear LeroyG, 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
This bug is still present in Version: 7.5.4.2 (AARCH64) / LibreOffice Community Build ID: 36ccfdc35048b057fd9854c757a8b67ec53977b6 CPU threads: 10; OS: Mac OS X 13.4; UI render: default; VCL: osx Locale: en-US (en_US.UTF-8); UI: en-US Calc: threaded No sort/re-order/change is seen in a table comprised of one letter or number per cell within a column when hitting F4 after binding F4 to 'Sort Ascending' as described.