Success! Looks like we've fixed this one. According to our records the fix was applied for
TOUCH-2967
in
a recent build.
-
Sencha User
[ST2.0.1] Slider position not right with float value/increment
Ext version tested:
Browser versions tested against:
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
}
]
}
});
-
Thanks for the report. I have sent a pull request for the fix for 2.0.2