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

default FxContainer reports an inset borderStyle

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Not A Problem
    • Adobe Flex SDK Previous
    • None
    • None
    • Affected OS(s): All OS Platforms
      Language Found: English

    Description

      Steps to reproduce:
      <?xml version="1.0" encoding="utf-8"?>
      <FxApplication xmlns="http://ns.adobe.com/mxml/2009">

      <Script>
      <![CDATA[
      protected function fxbutton1_clickHandler(event:MouseEvent):void

      { var borderStyle:String = theContainer.getStyle("borderStyle"); theLabel.text = borderStyle; }

      ]]
      >
      </Script>

      <FxContainer x="41" y="35" width="200" height="200" id="theContainer"/>
      <FxButton x="54" y="265" label="Button" click="fxbutton1_clickHandler(event)" id="theButton"/>
      <Label x="54" y="300" text="Label" id="theLabel"/>

      </FxApplication>

      Run and press the button

      Actual Results:
      Label text says "inset"

      Expected Results:
      Label text says "none"

      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: