Steps to repro: 1. Enter some data to cells in a column 2. Menu->Data->AutoFilter 3. Click on the AutoFilter popup menu button in cell AutoFilter popup menu opens, cursor is in 'Search items...' edit box 4. Try to use keyboard navigation to access Sort Ascending, Sort Descending, Top 10, Empty, Not Empty, and Standard Filter... menu items Results: Can't access all menu items using keyboard Expected Results: Keyboard can access all menu items in popup menu Version: 6.3.0.0.alpha0+ Build ID: 8b461713c0c86bc19af739aada4b1345cfa5dfbe CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk2; Locale: en-US (en_US.UTF-8); UI-Language: en-US Calc: threaded
Thank you for reporting the bug.I can reproduce this in Version: 6.3.0.0.alpha0+ Build ID: 3c964980da07892a02d5ac721d80558c459532d0 CPU threads: 2; OS: Windows 6.1; UI render: default; VCL: win; TinderBox: Win-x86@42, Branch:master, Time: 2018-12-12_02:07:45 Locale: en-US (en_US); UI-Language: en-US Calc: threaded
(In reply to Durgapriyanka from comment #1) > Thank you for reporting the bug.I can reproduce this in > > Version: 6.3.0.0.alpha0+ > Build ID: 3c964980da07892a02d5ac721d80558c459532d0 > CPU threads: 2; OS: Windows 6.1; UI render: default; VCL: win; > TinderBox: Win-x86@42, Branch:master, Time: 2018-12-12_02:07:45 > Locale: en-US (en_US); UI-Language: en-US > Calc: threaded pls if you can reproduce the issue set up the bug as new.
Here is a patch to make keyboard tab navigation to the menu items possible. It also fixes Bug 122772 - Table splits after AutoFilter popup menu use. https://gerrit.libreoffice.org/#/c/75684/
Jim Raykowski committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/+/3e50aea3c723e82ea4acf32aae8d72e875d4b321%5E%21 tdf#122774 Make all ScCheckListMenuWindow items keyboard accessible 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.
Thanks Jim! The patch fixes part of bug 102298. Is fixing shortcuts possible too?
(In reply to Cor Nouws from comment #5) > Thanks Jim! > The patch fixes part of bug 102298. Is fixing shortcuts possible too? Hi Cor, I didn't see the report you made or would have filed this patch under it. The Alt+A All check box short cut works when focus is on any of the controls but not when it is on the menu items. The menu item shortcut mnemonics can be made to show by manually placing a ~ in the menu item strings but there doesn't seem to be support for handling a menu item short cut key press.
(In reply to Jim Raykowski from comment #6) > the controls but not when it is on the menu items. The menu item shortcut > mnemonics can be made to show by manually placing a ~ in the menu item thanks!
Jim Raykowski committed a patch related to this issue. It has been pushed to "libreoffice-6-3": https://git.libreoffice.org/core/+/f111aba46cbb037bd82d7246bb0a111b87931f03%5E%21 tdf#122774 Make all ScCheckListMenuWindow items keyboard accessible It will be available in 6.3.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.
Jim Raykowski committed a patch related to this issue. It has been pushed to "libreoffice-6-2": https://git.libreoffice.org/core/+/32cf2f6614526e560623498afe4d80b29fc52649%5E%21 tdf#122774 Make all ScCheckListMenuWindow items keyboard accessible It will be available in 6.2.7. 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.
Verified in Version: 6.4.0.0.alpha0+ Build ID: 620fff54ca9cd04459cc5d963ef94d4438129fe4 CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; Locale: ca-ES (ca_ES.UTF-8); UI-Language: en-US Calc: threaded @Jim, thanks for fixing this issue!! I added a UITest for bug 126306 < https://cgit.freedesktop.org/libreoffice/core/commit/?id=6f8a1b6736b4a79778fd222c7adabb2f6a12ca0a > which uses the fix, thus this bug it's also covered by test