[Libreoffice-bugs] [Bug 136344] [UI] Keyboard shortcut for Table - Sort Ascending and Sort Descending not working

2023-07-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136344

--- Comment #7 from Alec K  ---
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 136344] [UI] Keyboard shortcut for Table - Sort Ascending and Sort Descending not working

2023-07-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136344

--- Comment #6 from QA Administrators  ---
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

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 136344] [UI] Keyboard shortcut for Table - Sort Ascending and Sort Descending not working

2021-07-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136344

Heiko Tietze  changed:

   What|Removed |Added

   Keywords|needsUXEval |needsDevAdvice
 CC|libreoffice-ux-advise@lists |heiko.tietze@documentfounda
   |.freedesktop.org|tion.org

--- Comment #5 from Heiko Tietze  ---
Muhammet, what's your take?

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 136344] [UI] Keyboard shortcut for Table - Sort Ascending and Sort Descending not working

2021-01-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136344

Heiko Tietze  changed:

   What|Removed |Added

 CC||momonas...@gmail.com

--- Comment #4 from Heiko Tietze  ---
Why not add a Forms category? Maxim, what do you think?

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 136344] [UI] Keyboard shortcut for Table - Sort Ascending and Sort Descending not working

2021-01-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136344

Gabor Kelemen  changed:

   What|Removed |Added

   Keywords||needsUXEval
 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org

--- Comment #3 from Gabor Kelemen  ---
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 136344] [UI] Keyboard shortcut for Table - Sort Ascending and Sort Descending not working

2021-01-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136344

Gabor Kelemen  changed:

   What|Removed |Added

 CC||kelem...@ubuntu.com

--- Comment #2 from Gabor Kelemen  ---
Created attachment 168625
  --> https://bugs.documentfoundation.org/attachment.cgi?id=168625=edit
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 136344] [UI] Keyboard shortcut for Table - Sort Ascending and Sort Descending not working

2020-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136344

neuf...@gmail.com changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|
 CC||neuf...@gmail.com
 Ever confirmed|0   |1
   Severity|normal  |minor
 Status|UNCONFIRMED |NEW

--- Comment #1 from neuf...@gmail.com ---
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

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 136344] [UI] Keyboard shortcut for Table - Sort Ascending and Sort Descending not working

2020-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136344

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 136344] [UI] Keyboard shortcut for Table - Sort Ascending and Sort Descending not working

2020-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136344

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Blocks||98259


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=98259
[Bug 98259] [META] Keyboard shortcuts and accelerators bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs