4.2.11 (May 2007)
New methods
DisplayService now has a new method getVisualColumnIndex(), and it works the same as getVisualRowIndex(). PluginDocumentHandler also has a new method convertElementToPeer(). Please check API docs for more information.
Better server thread behavior when MessageService.send() is called
If the client disconnects from the server without sending over an exit session, or if the send() method is called as the session exits, the call to send() may be stuck. This problem has been addressed. In the first case, when the client disconnects without an exit session, after the server timeout period, the server threads are recovered; in the second case, the session cleanup is improved.
Attributes are set correctly in the DOM
These attributes include: for window, x, y, width, height, minimized, and maximized; for column, width and visualIndex (a zero-based read only field that tracks column swapping)
Defects Resolved
Id | Description |
7384 | copying an editable cell in a table with Ctrl+C to clipboard |
7436 | an incorrect character is inputted into textField when Test API is used |
7574 | the tooltip attribute of cell element is not effective |
7594 | size is ignored in the combination of boxLayout and richText attribute |
7601 | 712-4245623 NFC NullPointerException |
7612 | 712-3835988 hung server threads after MessagingService.send() method is called |
7618 | 712-4271753 incorrect row in tree is highlighted for popup displayed |
7624 | 712-4271625 Window element does not set x and y positions when moved on a desktopPane |
7682 | movement of the focus by the TAB key does not work correctly on JVM 1.6 |