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

On linux HTML links not working even if <mx:Text> set to selectable="true" if using ItemRenderer

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Cannot Reproduce
    • Adobe Flex SDK 3.0 (Release)
    • None
    • mx: Text
    • None
    • Affected OS(s): Linux
      Affected OS(s):
      Browser: Firefox 2.x
      Language Found: English

    Description

      Steps to reproduce:
      1.Create an ItemRenderer which is extend Text
      2.Set selectable to true
      3.Create html link like this
      this.htmlText = '<a href=\'event:http://google.fr\'>google</a>';
      this.addEventListener("link", handleLinkEvent);

      private function handleLinkEvent(oEvent:TextEvent):void
      {
      var url:URLRequest = new URLRequest(oEvent.text);
      navigateToURL(url, '_blank');
      }

      Actual Results:
      Left-click on the link doesn't work, but with a right-click, context menu allow to open the link...

      Expected Results:
      Open link with a simple left-click

      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: