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
|
// Editor
|
||||||
WEditor editor = null;
|
WEditor editor = null;
|
||||||
//false will use hflex which is render 1 pixel too width on firefox
|
editor = WebEditorFactory.getEditor(mField, false);
|
||||||
editor = WebEditorFactory.getEditor(mField, true);
|
|
||||||
if (editor == null || !editor.isSearchable()) {
|
if (editor == null || !editor.isSearchable()) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue