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

CLONE -when TitleWindow has rounded corners, resizing make bottom two corners square

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • Adobe Flex SDK Previous
    • None
    • Layout - General
    • None
    • Affected OS(s): Mac
      Affected OS(s): Mac OS 10.6
      Language Found: English

    Description

      Steps to reproduce:
      1. copy this 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" minWidth="955" minHeight="600" backgroundColor="#E32929" >

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

      { tw.height -= 5; }

      ]]
      >
      </fx:Script>

      <s:TitleWindow x="105" y="78" width="251" height="161" cornerRadius="20" id="tw">
      <s:controlBarContent>
      <s:Button label="Resize TitleWindow" cornerRadius="2" click="button1_clickHandler(event)"/>

      </s:controlBarContent>
      </s:TitleWindow>

      </s:Application>

      2. switch to DV.
      3. select TitleWindow.
      4. in GPI, type 160 for height.

      Actual Results: Bottom corners have become square. Refresh restores rounded shape.

      Expected Results: resizing doesn't affect rounded corners.

      Workaround (if any): refresh DV.

      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: