4.1.4 (Jun 2006)

4.1.4 (Jun 2006)

Defects Resolved

Id

Description

5741

Float numbers are not sorted in a table correctly.

5724

Text undo/redo- The right value is unacquirable from the text attribute of textField.

5752

The focus movement acts differently with Tab key vs. Shift+Tab key

5761

Combo box issue in the table with MSJVM - combobox sometimes renders below table

5749

NFC memory leak

5754

Pull down size of <comboBox/>

5760

Scroll bar position in table with MSJVM

5805

Nexaweb applications are not immediately interactive in IE (EOLAS patent issue)

5751

Mouse cursor issue with MSJVM

5753

IME Text of overwrite

5820

Cache 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>