modnaut / primary

0 stars 0 forks source link

Slider Increments #27

Open modnaut opened 11 years ago

modnaut commented 11 years ago

Below is the code snippet for a slider. I have it starting at 50, increments by 100 and maxes out at 1000. However, this goes to 1050... may not be a bug could just be how extjs handles it?

xsi:type="Slider" width="300" value="1000" minValue="50" maxValue="1000" increment="100"

dannycohn commented 11 years ago

I did this using raw JS and got the same result. Looks like a little bug in ExtJS. I'll submit a bug to them, but for now there's no much we can do.

dannycohn commented 11 years ago

Bug reported

http://www.sencha.com/forum/showthread.php?259434-Slider-weirdness-with-increments&p=949992

dannycohn commented 11 years ago

They've accepted my bug report!

modnaut commented 11 years ago

Awesome!!

On Fri, Mar 22, 2013 at 10:23 AM, dannycohn notifications@github.comwrote:

They've accepted my bug report!

— Reply to this email directly or view it on GitHubhttps://github.com/modnaut/primary/issues/27#issuecomment-15302773 .