Project

General

Profile

« Previous | Next » 

Revision 88bb0ffb

Added by Patrick Plitzner over 7 years ago

fix #5796 Set focus to search field in bulk editor

View differences:

eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/BulkEditor.java
169 169
	@Override
170 170
	public void setFocus() {
171 171
	    conversation.bind();
172
		searchBar.setFocus();
173 172

  
174 173
		// TODO find a better place to put this - this dialog should be shown after initial contents of
175 174
		//	Editor are displayed
......
178 177
			isInitialFocus = false;
179 178
		}
180 179
		super.setFocus();
180
		searchBar.setFocus();
181 181
	}
182 182

  
183 183
	private void displayWarningDialog() {

Also available in: Unified diff