4.1.4 (Jun 2006)

Defects Resolved

IdDescription
5741Float numbers are not sorted in a table correctly.
5724Text undo/redo- The right value is unacquirable from the text attribute of textField.
5752The focus movement acts differently with Tab key vs. Shift+Tab key
5761Combo box issue in the table with MSJVM - combobox sometimes renders below table
5749NFC memory leak
5754Pull down size of <comboBox/>
5760Scroll bar position in table with MSJVM
5805Nexaweb applications are not immediately interactive in IE (EOLAS patent issue)
5751Mouse cursor issue with MSJVM
5753IME Text of overwrite
5820Cache of the file specified as <pre-loaded-in-applet-def/>

Special Notes


5820 - Cache of the file specified as <pre-loaded-in-applet-def/>

To resolve this defect, nexaweb-client.xml was updated to support a cab identification attribute for archives pre-loaded in the applet definition. To supply pre-loaded applet defined libraries in both jar and cab format, use the attribute cab=”true” and cab=”false” to control where the entries are placed in the applet definition.

Example:

<pre-loaded-in-applet-def>
     <archive cab=”false” name=”MyLibrary.jar” path=”/WEB-INF/client/lib/MyLib.jar” pack200Path=”/WEB-INF/client/lib/MyLib.jar.pack.gz”/>
     <archive cab=”true” name=”MyLibrary.cab” path=”/WEB-INF/client/lib/MyLib.cab” />
 </pre-loaded-in-applet-def>