You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@royale.apache.org by GitBox <gi...@apache.org> on 2017/11/14 03:26:51 UTC

[GitHub] justinmclean opened a new issue #82: Slider thumb not centred on track

justinmclean opened a new issue #82: Slider thumb not centred on track
URL: https://github.com/apache/royale-asjs/issues/82
 
 
   The thumb on the slider is not aligned on the horizontal centre of the track.
   
   Example code:
   ```
   <?xml version="1.0" encoding="utf-8"?>
   <js:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                  xmlns:js="library://ns.apache.org/royale/basic">
      <js:valuesImpl>
          <js:SimpleCSSValuesImpl/>
      </js:valuesImpl>
   
       <js:beads>
           <js:ApplicationDataBinding />
       </js:beads>
   
      <js:initialView>
          <js:View width="200" height="200">
              <js:Container>
                  <js:beads>
                      <js:VerticalLayout />
                  </js:beads>
                  <js:Slider id="s" minimum="0" maximum="10" />
                  <js:Label text="{s.value}" />
              </js:Container>
          </js:View>
      </js:initialView>
   </js:Application>
   ```
   
   ![2017-11-14_14-12-04](https://user-images.githubusercontent.com/144504/32761419-554a9ce2-c947-11e7-9fa6-4fbacd6e1a90.png)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services