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

title text renders twice with center sytle

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Cannot Reproduce
    • Adobe Flex SDK 4.5 (Release)
    • None
    • Mobile: ActionBar
    • None
    • Affected OS(s): All OS Platforms
      Affected OS(s): All OS Platforms
      Language Found: English

    Description

      Steps to reproduce:
      1. Create a mobile project.
      2. Add the some ActionBar title styles:

      <?xml version="1.0" encoding="utf-8"?>
      <s:MobileApplication xmlns:fx="http://ns.adobe.com/mxml/2009"
      xmlns:s="library://ns.adobe.com/flex/spark"
      firstView="views.mob01HomeView" title="Hello Kitty">
      <fx:Declarations>
      <!-- Place non-visual elements (e.g., services, value objects) here -->
      </fx:Declarations>

      <fx:Style>
      @namespace s "library://ns.adobe.com/flex/spark";
      s|ActionBar #titleDisplay

      { color:#f3830b; text-align:center; font-size:15; }

      </fx:Style>
      </s:MobileApplication>

      Actual Results: two titles render (white and orange)

      Expected Results: one title

      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: