Bug 436789

Summary: TAB key operations in the download menu of any browser
Product: [Frameworks and Libraries] frameworks-kio Reporter: proteus5
Component: Open/save dialogsAssignee: KIO Bugs <kio-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: kdelibs-bugs-null, nate
Priority: NOR Keywords: usability
Version First Reported In: 5.81.0   
Target Milestone: ---   
Platform: Neon   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Attachments: video
loop area
selection after clicking on SHIFT-TAB to get the section of the file name

Description proteus5 2021-05-08 18:55:01 UTC
SUMMARY
Moving among the several fields of the open/save menu by the TAB button of the keyboard  prevents from the possibility to reach again the field of the file name, if not by ctrl-TAB keys. In addition, once reached the file name in its own field by CTRL-TAB, all the name of the file is selected including its extension forcing to select again the noun of the file in order to change it. The reason why it's not possible to select again the whole file name is due to the sequence of the TAB steps enters a loop among the first folder listed in the menu, the select folder key, the download key, once the first folder listed in the menu is reached.

STEPS TO REPRODUCE
1. download any file from an any page of the browser, as example kde neon iso;
2. the menu to chose the position where to download the file appears;
3. switch by TAB, and look at the aforementioned issues.

OBSERVED RESULT
1) all the name of the file is selected including its extension forcing to select again the noun of the file in order to change it;
2) The sequence of the TAB steps enters a loop once the first folder listed in the menu is reached.

EXPECTED RESULT
1) only the name of the file is selected without its extension;
2) the sequence of the TAB steps doesn't enter a loop once the first folder listed in the menu is reached allowing to get the field of the file name again by TAB.

SOFTWARE/OS VERSIONS
Operating System: KDE neon 5.21
KDE Plasma Version: 5.21.5
KDE Frameworks Version: 5.81.0
Qt Version: 5.15.2
Kernel Version: 5.4.0-72-generic
OS Type: 64-bit
Graphics Platform: X11
Comment 1 proteus5 2021-05-08 20:31:55 UTC
Where it is written CTRL has to be read SHIFT.
Comment 2 proteus5 2021-05-08 20:34:34 UTC
Created attachment 138255 [details]
video

TAB & SHIFT+TAB

the first part of the video shows how TAB causes the loop, the second one shows the selection of the file name after using SHIFT+TAB
Comment 3 proteus5 2021-05-08 20:35:57 UTC
Created attachment 138256 [details]
loop area
Comment 4 proteus5 2021-05-08 20:37:55 UTC
Created attachment 138257 [details]
selection after clicking on SHIFT-TAB to get the section of the file name
Comment 5 Nate Graham 2025-01-30 17:38:26 UTC
This specific issue was fixed a while back; it's now possible to tab-focus the Name field.

There are other focus-related issues though; we're actively working on them.