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

s|TextInput text color stays gray on focus in iOS

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • Adobe Flex SDK Previous
    • None
    • .Unspecified - Mobile
    • None
    • Affected OS(s): Apple IOS
      Language Found: English

    Description

      Steps to reproduce:
      1. Code

      <s:TextInput width="100%" id="searchBar" prompt="Zoeken..." creationComplete="setSearchFocus(event)"/>

      protected function setSearchFocus(event:FlexEvent):void
      {
      focusManager.setFocus(searchBar);
      }

      2.
      3.

      Actual Results:

      On IOS the text input now has focus, but the text color is gray instead of dark black

      Expected Results:

      dark text

      Workaround (if any):

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated: