4.5.40 (Nov 2010)
Defects Resolved (Java)
10024 | Multi-byte characters are not correctly displayed in Nexaweb Services. |
10804 | The value of "value" attribute of <comboBox/> may not be changed correctly. |
10807 | With JRE 1.6.0_14+, message printed to the Java Console will be truncated if its size is over 10K. |
10821 | OnEdit event may not be triggered for Text Area (HVR-404378). |
10824 | NPE may happen when using XFC TableController (CBK-393703). |
10825 | Compatibility: exceptions may happen when DateField is used in MSJVM |
10835 | <treeTable/> with invisible column may not work correctly in a tree view. |
10845 | StackOverflowError when the same graphic file is used by different components simultaneously. |
10846 | Exceptions happen when multiple picture-file displays are repeated. |
10848 | Leaf image for <treeTable/> is not correctly displayed when column width is exceeded. |
10852 | Issue with Validation framework (RUV-301979). |
10859 | Reconnect logic added to JMS IMB. |
10804 The value of "value" attribute of <comboBox/> may not be changed correctly
Problem happens in the following scenario: "text" and "value" attribute of a <comboBox/> are cleared by MCO, "visible" attribute of <listItem/> inside the <comboBox/> is set to false by MCO, open the pulldown list of comboBox and then press TAB key which moves the focus from comboBox. Check the values of "text" and "value" attributes of comboBox, the value of "text" attribute is empty but the value of "value" attribute is not, which should also be empty.
10821 onEdit event may not be triggered for Text Area
Problem happens when user performs the following sequencce of actions: edit text in any text component, highlight some text and then click outside, OnEdit event will not be triggered, which should be.
10824 NPE may happen when using XFC TableController
When user creates a table with a few rows, deletes all the rows and then adds a new row, NullPointException will happen.