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:30:41 UTC

[GitHub] justinmclean opened a new issue #84: Slider thumb drags in a jerky fashion

justinmclean opened a new issue #84: Slider thumb drags in a jerky fashion
URL: https://github.com/apache/royale-asjs/issues/84
 
 
   On Chrome on OSX not tested on other browsers.
   
   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>
   ```

----------------------------------------------------------------
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