SmartGWT 2.5
SmartClient Version: SC_SNAPSHOT-2011-08-02/LGPL Development Only (built 2011-08-02)
If I setAutoFocus(true) on a DynamicForm and the first item (the one to focus to) is disabled (form.getItem("id").setDisabled(true); - because the id of existing items must not be changed in our case), the second field (the one with the focus) flickers, and cannot be used.
SmartClient Version: SC_SNAPSHOT-2011-08-02/LGPL Development Only (built 2011-08-02)
If I setAutoFocus(true) on a DynamicForm and the first item (the one to focus to) is disabled (form.getItem("id").setDisabled(true); - because the id of existing items must not be changed in our case), the second field (the one with the focus) flickers, and cannot be used.
Comment