https://bugs.kde.org/show_bug.cgi?id=401899
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |19.04.0 Status|CONFIRMED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://commits.kde.org/dol | |phin/b7ceb51b44da394089689a | |2649cc8529c1f74669 --- Comment #6 from Nate Graham <n...@kde.org> --- Git commit b7ceb51b44da394089689a2649cc8529c1f74669 by Nate Graham. Committed on 29/01/2019 at 13:33. Pushed by ngraham into branch 'master'. After opening and switching to a new tab, always focus the view Summary: When Dolphin opens a new tab and immediately switches to it, the URL navigator gets focus if it's editable. If it's not, the breadcrumbs bar gets keyboard focus, which is not very useful since it's not really intended for keyboard navigation. This patch changes that behavior so that the view always gets focus, which seems more useful and more consistent. FIXED-IN: 19.04.0 Test Plan: 1. Put the URL navigator into breadcrumbs mode 2. Open a new tab 3. Observe that the view gets keyboard focus 4. Put the URL navigator into editable mode 5. Open a new tab 6. Observe that the view still gets keyboard focus Reviewers: #dolphin, elvisangelaccio Reviewed By: #dolphin, elvisangelaccio Subscribers: emateli, elvisangelaccio, kfm-devel Tags: #dolphin Differential Revision: https://phabricator.kde.org/D17635 M +3 -7 src/dolphintabwidget.cpp https://commits.kde.org/dolphin/b7ceb51b44da394089689a2649cc8529c1f74669 -- You are receiving this mail because: You are watching all bug changes.