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

Alert does not display correctly when using graphical theme

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • Adobe Flex SDK Previous
    • Adobe Flex SDK Previous
    • mx: Alert
    • None
    • Affected OS(s): All OS Platforms
      Language Found: English

    Description

      Steps to reproduce:
      1. Use a graphical theme like the new Arcade theme in samples/themes (in Builder use the picker, otherwise it's -theme+=samples/themes/arcade/arcade.swc)
      2. Pop an alert
      3. Notice how the main text isn't showing

      Glenn knows about this and says it's a bug in Alert, not a bug in the theme.

      <?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/mx" minWidth="955" minHeight="600">

      <fx:Script>
      <![CDATA[
      import mx.controls.Alert;
      protected function button1_clickHandler(event:MouseEvent):void

      { Alert.show("text", "title"); }

      ]]
      >
      </fx:Script>

      <fx:Declarations>
      <!-- Place non-visual elements (e.g., services, value objects) here -->
      </fx:Declarations>

      <s:Button label="go" click="button1_clickHandler(event)" x="193" y="68"/>

      </s:Application>

      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: