Bug 419725 - navigation edit field toggles on focus when F6 pressed
Summary: navigation edit field toggles on focus when F6 pressed
Status: RESOLVED WORKSFORME
Alias: None
Product: dolphin
Classification: Applications
Component: bars: location (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-04-06 14:34 UTC by Rajinder Yadav
Modified: 2020-04-10 03:58 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!