Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): Mac
Affected OS(s): Mac OS 10.5
Browser: Safari
Language Found: English
Description
Steps to reproduce:
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
<mx:Style>
ToolTip
</mx:Style>
<mx:Button label="test" toolTip="A really long tooltip" x="100" y="100"/>
</mx:Application>
Actual Results:
1. Neither borderThickness or borderColor have any effect
2. applying borderStyle causes Tootip background to disappear
Expected Results:
Styles should be applied correctly
Workaround (if any):
None