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

Alert ignores modalTransparency style setting

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • Adobe Flex SDK 3.2 (Release)
    • None
    • mx: Alert
    • None
    • Affected OS(s): Mac
      Affected OS(s): Mac OS 10.5
      Language Found: English

    Description

      Steps to reproduce:
      1.create custom style for Alert
      .myAlert{
      borderStyle: solid;
      backgroundColor: #000000;
      borderColor:#000000;
      theme:#FF0000;
      buttonStyleName: alertButtons;
      textAlign: center;
      modalTransparency:0.0;
      }
      2.Create a script to launch Alert.show from an event

      var a:Alert = Alert.show("Are you sure you want to delete ","Warning",2|3,thisApp,deleteHandler)
      a.styleName = "myAlert"

      3.Run application and execute event to launch Alert

      Actual Results:
      Alert modalTransparency displays as default value

      Expected Results:
      Alert modalTransparecy would be 100% transparent

      Workaround (if any):
      None found

      Attachments

        Activity

          People

            Unassigned Unassigned
            adobejira Adobe JIRA
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: