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

Text Clipping within TextInput when height is not default and textAlign="right"

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • Adobe Flex SDK 3.4 (Release)
    • None
    • mx: TextInput
    • None
    • Affected OS(s): Windows
      Affected OS(s): Windows 7
      Browser: Internet Explorer 8.x
      Language Found: English

    Description

      Steps to reproduce:
      1.
      <mx:Canvas xmlns:mx="http://www.adobe.com/2006/mxml"
      width="100%"
      height="100%">

      <mx:TextInput x="576"
      y="314"
      height="16"
      width="80"
      id="tiOne"
      editable="true"
      tabEnabled="true"
      tabIndex="1" restrict=".0-9" />
      <mx:TextInput x="665"
      y="314"
      height="16"
      width="80"
      id="tiTwo"
      editable="true"
      tabEnabled="true"
      tabIndex="9" restrict=".0-9" textAlign="right"/>
      </mx:Canvas>
      2.
      run application

      Actual Results:
      tiOne will show the text, and it will display the numbers whole, ie you can see number from top to bottom.
      tiTwo shows only top half of text, bottom is completely clipped, having focus in the control and typing do not change issue. Bottom of text is being clipped

      Expected Results:
      text should not be clipped and completely visible, so long as the text size and available height are in conjunction.

      Workaround (if any):
      unknown at this moment

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated: