### Eclipse Workspace Patch 1.0
#P JOSM
Index: src/org/openstreetmap/josm/gui/tagging/TagCellEditor.java
===================================================================
--- src/org/openstreetmap/josm/gui/tagging/TagCellEditor.java	(revision 4088)
+++ src/org/openstreetmap/josm/gui/tagging/TagCellEditor.java	(working copy)
@@ -93,6 +93,10 @@
             Object value, boolean isSelected, int row, int column) {
         currentTag = (TagModel) value;
 
+        // no autocompletion for initial editor#setText()
+        if(autoCompletionList != null) {
+            autoCompletionList.clear();
+        }
         if (column == 0) {
             editor.setText(currentTag.getName());
             TagEditorModel model = (TagEditorModel)table.getModel();
