4.2.3 (Jul 2006)

Automation Testing Enhancements
The following enhancements were made to the user interface automation objects to ensure full coverage.  For more information see test automation API or the article
covering test automation.

ListBoxScriptObject
Selecting an item in the listbox now fires the onStateChange() event.

TreeScriptObject
Selecting a row or cell in a multi-row tree now works.
Added selectItemAt() method.

TableScriptObject
Added getRows() method.

WindowScriptObject
Changed getConentPanel() to getContentPanel().
Added restoreWindow() method.

ApplicationScriptObject
Add getFocusedObject() method.

PanelScriptObject
Added isFocusedObject() method.
Added fireDoubleClick() method.

Defects Resolved

IdDescription
5728712-2194459 - with many modal dialogs combobox popup doesn't work after 2nd modal
5841712-2426536 - Sub-menus not closed when using access keys
5874712-2491148 - 4.2.2 MR release breaks modal dialog functionality
5895textArea richText selectedStyle causing StringIndexOutOfRange exceptions
5900Using selectedStyle to set tooltip on selected text results in text being underlined
5901TextArea with onCreate() handler set not working properly