Uploaded image for project: 'Apache Flex'
  1. Apache Flex
  2. FLEX-21525

No tooltip shows up when rolling over a long, abbreviated title on TitleWindow

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Not A Problem
    • Adobe Flex SDK Previous
    • None
    • Spark: TitleWindow
    • 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

      { tw = new TitleWindow(); tw.width=300; tw.title="From PopUpManager long long long long long long long long title"; PopUpManager.addPopUp(tw, this, false); }

      ]]
      >
      </fx:Script>
      </s:Application>

      2. mouse over the title string
      3.

      Actual Results:
      no tooltips

      Expected Results:

      tooltips shows up
      Workaround (if any):

      Attachments

        Activity

          People

            adobejira Adobe JIRA
            adobejira Adobe JIRA
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: