﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
21792	[patch] Request focus in SplitWayAction window segment list	gaben	team	"After adding this line, up/down keys are usable to select the way for history reuse. (The window is only available in expert mode.)

{{{#!diff
Index: src/org/openstreetmap/josm/actions/SplitWayAction.java
===================================================================
--- src/org/openstreetmap/josm/actions/SplitWayAction.java	(revision 18364)
+++ src/org/openstreetmap/josm/actions/SplitWayAction.java	(working copy)
@@ -242,6 +242,7 @@
                 if (ds != null) {
                     ds.addDataSetListener(dataSetListener);
                 }
+                list.requestFocusInWindow();
             } else {
                 if (ds != null) {
                     ds.removeDataSetListener(dataSetListener);
}}}"	enhancement	new	trivial		Core				
