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

[TLF 2384296] Selecting text in Spark NumericStepper is tricky if textAlign is right

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • Adobe Flex SDK Previous
    • None
    • Spark: NumericStepper
    • None
    • Affected OS(s): All OS Platforms
      Language Found: English

    Description

      Found in 4.0.0.9027.

      Steps to reproduce:
      1. Compile and run the following MXML code:

      <?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/halo">

      <s:VGroup left="10" top="10">
      <s:SimpleText text="Spark:" fontWeight="bold" />
      <s:NumericStepper id="ns" maximum="12345678900" textAlign="right" width="50" value="1324567890" />
      <s:TextInput id="ti" text="1234567890" width="50" textAlign="right" />
      <s:SimpleText text="

      {ns.value}

      " />
      <mx:HRule width="100%" />
      <mx:Label text="Halo:" fontWeight="bold" />
      <mx:NumericStepper id="ns2" maximum="12345678900" textAlign="right" width="50" value="1324567890" />
      <mx:TextInput id="ti2" text="1234567890" width="50" textAlign="right" />
      <mx:Label text="

      {ns2.value}

      " />
      </s:VGroup>

      </s:Application>

      2. Use the keyboard to select the text in the Spark NumericStepper (drag left-to-right).

      Actual Results:
      Because the NumericStepper is narrow, all the text runs right off the screen and you're looking at an empty NumericStepper TextInput field.

      Expected Results:
      The Halo NumericStepper/TextArea stopped with text on the right edge. It seems the Spark TextInput/NumericStepper adds a bit more padding which is impacting NUmericStepper.

      Workaround (if any):
      a) Dont set textAlign.
      b) Make sure your NumericStepper is 80+ pixels.

      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: