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:29:46 UTC

[GitHub] justinmclean opened a new issue #83: Slider value is set to NaN if track is clicked on

justinmclean opened a new issue #83: Slider value is set to NaN if track is clicked on
URL: https://github.com/apache/royale-asjs/issues/83
 
 
   Clicking on the track sets the value of the slider to NaN.
   
   Also track get focus / selection indicator should it?
   
   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" height="50" />
                  <js:Label text="{s.value}" />
              </js:Container>
          </js:View>
      </js:initialView>
   </js:Application>
   ```
   
   ![2017-11-14_14-12-26](https://user-images.githubusercontent.com/144504/32761557-22a5ac22-c948-11e7-980b-fc8df817ccbb.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