4.1.5 (Aug 2006)

4.1.5 (Aug 2006)

Defects Resolved
 

Id

 Description

5760

712-2249096 The size of horizontal scroll bar of the table doesn't get rendered correctly with MSJVM

5845

 712-2445340 The position of vertical scroll bar when add a new row to table by Macro/MCO

5879

712-2501093 Memory leak issue by clicking reload button of a browser

5943

 712-2561082 A push connection does not restart

5815

 712-1848369 Multiple threads to make a connection are spawned on the same push connection

5854

 712-2464798 There are many network requests for CommonResources.class/properties files

5894

 712-2518904 "selected" attribute of the <listItem/> in a <comboBox/>

5956

 712-2572725 Japanese characters within Loading Screen

5906

 712-2521236 Focus movement starts from a selected position by keyboard in a table

5937

 712-2560450 onActiveLost event doesn't file when mouse clicks on a cell with CDATA type

5944

 712-2566451 Quick Edit Cell vs. Japanese IME

Special Notes


5760 & 5845 – scroll bar fixes

Scroll bars in tables now work as follows: if a row is selected, the table will stay scrolled to that row unless the user/developer changes the scrolling of the table, either by using the scrollbars manually or by setting the scroll position via XML. If the scroll position is changed in that way, the table will remain scrolled to the position specified until the user/developer changes the scrolling again or until a new row is selected. In addition, when a new selected row is appended to the table, the table will now scroll to that selected row instead of to just above that selected row.

 

5943 - 712-2561082 A push connection does not restart

In a complex network a disconnect can occur without the client becoming aware of the network failure. Re-establishing the push connection could fail. This problem was addressed.

5815 - 712-1848369 Multiple threads to make a connection are spawned on the same push connection

An environment with SSL proxies may require client verification. When the verification fails, the push connection re-establish logic could cause multiple verification dialogs to pop-up attempting to reconnect through the backup proxy. This problem was addressed.

5854 - 712-2464798 There are many network requests for CommonResources.class/properties files

CommonResources_en_US.properties is now included in the jar file. If the locale is set to US, there will be no request for CommonResources at all. For other locales, the program looks for the most specific file first. If the file is found, the program stops searching; otherwise it keeps looking for less specific files. A developer may create specific files for different locales and those files will be requested only once.

 

5944 - 712-2566451 Quick Edit Cell vs. Japanese IME

This problem has been corrected for Sun Java VM.  It persists for Microsoft VM for Java (with slightly different symptoms).