Skip to content

Make focus to be set on terminal after drop

Andrey Yashkin requested to merge andreyyashkin/konsole:set_focus_on_drop into master

After dropping objects in terminal focus is not set on terminal widget as it expected to. This patch fixes this problem.

Test plan:

  • Konsole
  1. Open Konsole
  2. Split console on left and right tabs
  3. Set focus on the left tab manually
  4. Drop file from Dolphin in the right tab.
  5. Check that focus is set on the right tab.
  • Konsole part
  1. Start Dolphin with patched Konsole part
  2. Open terminal panel
  3. Drop file in the terminal
  4. Check that focus is set on the terminal panel
Edited by Andrey Yashkin

Merge request reports