Migrating from SmartGWT EE 6.0p to SmartGWT EE 6.1p and found EditorExitHandler with External DS in ListGrid has some issue in 6.1p: Pressing Tab key will not move out of the field. Worked fine in 6.0p. Seems to have no problem if using Client Side DS in 6.1p also.
SmartGWT EE Version: SmartClient Version: v11.1p_2017-08-07/Enterprise Deployment (built 2017-08-07)
GWT Version: 2.7.0
In the following test case, Tab will not move out of TEST A.
FrmMainSearch.java
mHoliday.ds.xml
server.properties:
sql.defaultDatabase: myConnection
sql.myConnection.driver.name: java:comp/env/jdbc/retrievead
sql.myConnection.database.type: oracle
sql.myConnection.interface.type: jndi
SmartGWT EE Version: SmartClient Version: v11.1p_2017-08-07/Enterprise Deployment (built 2017-08-07)
GWT Version: 2.7.0
In the following test case, Tab will not move out of TEST A.
FrmMainSearch.java
mHoliday.ds.xml
server.properties:
sql.defaultDatabase: myConnection
sql.myConnection.driver.name: java:comp/env/jdbc/retrievead
sql.myConnection.database.type: oracle
sql.myConnection.interface.type: jndi
Comment