Bug 419725

Summary: navigation edit field toggles on focus when F6 pressed
Product: [Applications] dolphin Reporter: Rajinder Yadav <devguy.ca>
Component: bars: locationAssignee: Dolphin Bug Assignee <dolphin-bugs-null>
Status: RESOLVED WORKSFORME    
Severity: normal CC: kfm-devel, nate
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Rajinder Yadav 2020-04-06 14:34:34 UTC
SUMMARY

When pressing "F6" to focus on the location edit filed, the navigation toggle from editable state to clickable state.

This is annoying as I am forced to press F6 to type to a new location or copy/paste the path.




STEPS TO REPRODUCE
1. Click on Dolphin, like a folder.
2. Press F6 to focus on Navigation.

OBSERVED RESULT

Focus is set to Navigation but it also toggle out of edit mode, not what I expect.


EXPECTED RESULT

1. Focus should be set to Navigation with no toggling.
2. Toggling should occur only when Navigation has focus and F6 is pressed.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: openSUSE Tumbleweed
KDE Plasma Version: 5.18.3
KDE Frameworks Version: 5.68.0
Qt Version: 5.14.1

ADDITIONAL INFORMATION
Comment 1 Nate Graham 2020-04-09 23:59:40 UTC
You can focus it without changing modes with Ctrl+L.
Comment 2 Rajinder Yadav 2020-04-10 03:58:40 UTC
Thank you for that tip!