Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Not A Problem
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. compile, run following code:
<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/halo"
width="600" height="600" creationComplete="addPopUp()">
<fx:Script>
<![CDATA[
import mx.core.IFlexDisplayObject;
import mx.managers.PopUpManager;
import spark.components.TitleWindow;
private var tw:TitleWindow = new TitleWindow();
private function addPopUp():void
]]
>
</fx:Script>
</s:Application>
2. mouse over the title string
3.
Actual Results:
no tooltips
Expected Results:
tooltips shows up
Workaround (if any):