Hybrid View
-
5 Jun 2012 5:20 AM #1
[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
- Chrome, Sencha Architect
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 } ] } });
-
5 Jun 2012 12:02 PM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 34,107
- Vote Rating
- 453
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.
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).


Reply With Quote