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

ToolTipManagerImpl doesn't instantiate custom ToolTip class

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • Adobe Flex SDK 3.0 (Release)
    • None
    • Tooltip Manager
    • None
    • Affected OS(s): All OS Platforms
      Affected OS(s): All OS Platforms
      Language Found: English

    Description

      Steps to reproduce:
      1. Create a custom tooltip class that extends the default tooltip
      2. Set the tooltipmanager's tooltip class to your custom class
      3. Create a tooltip with ToolTipManager.createToolTip();

      Actual Results:
      ToolTip being instantiated by line 1163 in ToolTipManagerImpl.as. (first line of function createToolTip)
      Line 1163: var toolTip:ToolTip = new ToolTip();

      Expected Results:
      Tooltip being instantiated from createTip(); or _toolTipClass;

      Workaround (if any):

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated: