Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
Adobe Flex SDK 2.0.1 (Release)
-
None
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Run the attached sample program.
2. Resize the window size smaller so that the errorString is truncated in the middle of the string.
3. Move the cursor on top of the errorString
Actual Results:
The string is truncated in the middle.
Expected Results:
There are only "errorTipRight", "errorTipAbove", or "errorTipBelow" for errorTipBorderStyle.
We need errorTipLeft. In order to do so, the new skin errorTipLeft has to be created in ToolTipBorder.as.
Once we have the errorTipLeft, then the error sting can be displayed on the 'left' side.
Workaround (if any):