IDEMPIERE-5894 - Fixed bug rendering the find window fields wrongly (#2076)
This commit is contained in:
parent
9ac87d3c9a
commit
7f2f0f2591
|
@ -1593,8 +1593,7 @@ public class FindWindow extends Window implements EventListener<Event>, ValueCha
|
|||
|
||||
// Editor
|
||||
WEditor editor = null;
|
||||
//false will use hflex which is render 1 pixel too width on firefox
|
||||
editor = WebEditorFactory.getEditor(mField, true);
|
||||
editor = WebEditorFactory.getEditor(mField, false);
|
||||
if (editor == null || !editor.isSearchable()) {
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue