[ 
https://issues.apache.org/jira/browse/FLEX-35322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16041307#comment-16041307
 ] 

Josh Tynjala commented on FLEX-35322:
-------------------------------------

I should add that when I test with Piotr's original code, the NumericStepper 
has the correct layout. There is still a small issue with that code too, 
though. When I mouse over the buttons, the icons shift up and down inside the 
button.

> 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.8.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.3.15#6346)

Reply via email to