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

Tooltip border styles either dont work or render Tooltip incorrectly

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • Adobe Flex SDK Previous
    • None
    • Tooltip Manager
    • 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

      { color:#FF00FF; borderColor:#FF0000; /* doesnt work */ borderThickness:1; /* doesnt work */ borderStyle:solid; /* removes background */ borderSides:"left top right bottom"; backgroundColor:#FFFFFF; }

      </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

      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: