When a SAP Treeview node contains text that is longer than its container column; why does TestPartner only capture the text that is visible? Solution: When clicking on the node TestPartner actually records against the 'data-tip' control instead of the TreeView control itself. The data-tip is a SAP control used to display data that would otherwise not fit within the current area available. This control is used both to display the full text of a cut off TreeView control item; and also the Check-box and Buttons that are too large to fit within the TreeView control's cell. To work around this issue, click the icon associated with the node instead of the text. Old KB# 10692
↧