Hybrid View

    Success! Looks like we've fixed this one. According to our records the fix was applied for TOUCH-2967 in Sprint 22 (2.0.2).
  1. #1
    Sencha User
    Join Date
    Apr 2010
    Posts
    6
    Vote Rating
    0
    peterlu is on a distinguished road

      0  

    Default [ST2.0.1] Slider position not right with float value/increment

    [ST2.0.1] Slider position not right with float value/increment


    Ext version tested:
    • ST 2.0.1
    Browser versions tested against:
    • Chrome, Sencha Architect
    Description:

    If working with floats the slider has not the right position on startup.

    Test Case:


    Code:
    Ext.define('MyApp.view.MyFormPanel', {
        extend: 'Ext.form.Panel',
    
    
        config: {
            items: [
                {
                    xtype: 'sliderfield',
                    label: 'Field',
                    value: [
                        9.5
                    ],
                    increment: 0.5,
                    maxValue: 10
                }
            ]
        }
    });

  2. #2
    Sencha - Senior Forum Manager mitchellsimoens's Avatar
    Join Date
    Mar 2007
    Location
    St. Louis, MO
    Posts
    34,107
    Vote Rating
    453
    mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of

      0  

    Default


    Thanks for the report. I have sent a pull request for the fix for 2.0.2
    Mitchell Simoens @SenchaMitch
    Sencha Inc, Senior Forum Manager
    ________________
    http://www.JSONPLint.com - Source to lint your JSONP!

    Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
    https://github.com/mitchellsimoens

    Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/

    Need more help with your app? Hire Sencha Services services@sencha.com

    Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!

    When posting code, please use BBCode's CODE tags.

Tags for this Thread