https://bugs.kde.org/show_bug.cgi?id=407604
Elvis Angelaccio <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Version Fixed In|19.04.2 |19.11.80 Status|REOPENED |RESOLVED Latest Commit| |https://commits.kde.org/dol | |phin/9d4c75d2f7a97633f45db6 | |35976d6f7cb3c26d37 --- Comment #4 from Elvis Angelaccio <[email protected]> --- Git commit 9d4c75d2f7a97633f45db635976d6f7cb3c26d37 by Elvis Angelaccio, on behalf of Andrey Yashkin. Committed on 28/07/2019 at 14:18. Pushed by elvisangelaccio into branch 'master'. Fix an issue with a new tab focus Summary: When opening a new tab in the background and switching to that tab the focus is set on the location bar instead of the files view. If you switch back to the original tab and then to the new tab again focus will be set on the files view. The problem is caused by creation of //DolphinTabPage// in an active state which leads to skipping by //return// in //DolphinView::setActive(bool active)// without setting the focus on the view. This patch fixes this defect. FIXED-IN: 19.11.80 Test Plan: 1. Open a new tab in the background 2. Switch to the new tab 3. Check current focus widget by the up/down arrows on the keyboard with and without changes. Reviewers: #dolphin, ngraham, elvisangelaccio Reviewed By: ngraham Subscribers: anthonyfieroni, ngraham, elvisangelaccio, kfm-devel Tags: #dolphin Differential Revision: https://phabricator.kde.org/D22386 M +1 -0 src/dolphintabwidget.cpp https://commits.kde.org/dolphin/9d4c75d2f7a97633f45db635976d6f7cb3c26d37 -- You are receiving this mail because: You are watching all bug changes.
