You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Alex Harui (JIRA)" <ji...@apache.org> on 2017/08/04 15:34:01 UTC

[jira] [Updated] (FLEX-35322) Layout of NumericStepper is broken

     [ https://issues.apache.org/jira/browse/FLEX-35322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alex Harui updated FLEX-35322:
------------------------------
    Fix Version/s:     (was: Apache FlexJS 0.8.0)
                   Apache FlexJS 0.9.0

> Layout of NumericStepper is broken
> ----------------------------------
>
>                 Key: FLEX-35322
>                 URL: https://issues.apache.org/jira/browse/FLEX-35322
>             Project: Apache Flex
>          Issue Type: Bug
>         Environment: Windows 10 
> Chrome 59.0.3071.82 
> Firefox: 53.0.3 (32 bits) 
>            Reporter: Piotr Zarzycki
>            Assignee: Peter Ent
>             Fix For: Apache FlexJS 0.9.0
>
>         Attachments: broken_numeric_stepper_layout.png, Screen Shot 2017-06-07 at 10.47.56 AM.png
>
>
> I just tried NumericStepper creating simple application
> {code}
> <?xml version="1.0" encoding="utf-8"?>
> <js:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
>                 xmlns:js="library://ns.apache.org/flexjs/basic">
>  
>     <js:valuesImpl>
>         <js:SimpleCSSValuesImpl/>
>     </js:valuesImpl>
>  
>     <js:initialView>
>         <js:View>
>             <js:Group width="150" height="150">
>                 <js:NumericStepper width="100" height="30" minimum="0" maximum="10" stepSize="1"/>
>             </js:Group>
>         </js:View>
>     </js:initialView>
> </js:Application>
> {code}
> Layout is being broken look into the screenshot-> broken_numeric_stepper_layout.png



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)