- fixed ie11 drag bug (thanks Tom)
- updated to link version 0.8 (bump value precision change in hash, added conversion from 0.7)
Sunday, December 22, 2013
Wednesday, December 11, 2013
- tweaked drag controls a bit to make them easier to use
- code cleanup
- packed more js into min file
- fixed dimension highlighter font size relative to zoom
- adjusted drag control repositioning and styling
- updated steering knuckle tab label
various minor fixes
- updated control min and max to allow VSusp to be used for small cars, eg radio controlled cars
- adjusted various dimension highlighters so they look ok when working with small chasses (eg. RC cars)
- adjusted knuckle shape calculation to work better with small chasses
- fixed handling of disabled highlighters based on tire size mode
- added highlighters for explicit wheel and tire sizes
- fixed units on a few highlighters
- updated drag control triggers
- updated to dojo 1.3
- updated to jquery 2
- added canvas graphics option (still using SVG, though)
- fixed drag control positioning relative to zoom
- reposition drag controls after zoom change
- adjusted steering knuckle tab label
- improved IE warning box (IE8 and below are not supported)
- some template fixes
Wednesday, November 27, 2013
- updated min/max values for input controls (thanks MV8)
- fix handling of disabled dimension highlighters due to tire sizing mode
- add dimension highlighters for explicit wheel and tire sizes
- fix units on a few highlighters
- adjust various dimension highlighters so they look ok when working with small chasses
- minor code cleanup
- adjust knuckle shape calculation to look a little better when using very small knuckles (RC cars)
Friday, November 8, 2013
- some fixes for working with very small chasses (RC cars) (thanks Jyva)
Thursday, November 7, 2013
- increased max control values for explicit wheel and tire diameters and control arm lengths (thanks Jyva)
Tuesday, October 1, 2013
fixed bug with string controls
Just fixed a bug affecting string controls such as 'project name' and 'chart y axis'. The user wasn't able to change the values for these fields due to a check for isNaN (is not-a-number) which I put in a couple weeks ago.
Checking for isNaN was supposed to apply only to integer and float fields and ignore letters entered in those controls. Unfortunately, I didn't test well enough, the test was ignoring letters in string controls as well.
Anyway, sorry for the inconvenience! And please me know if you see any other problems
Checking for isNaN was supposed to apply only to integer and float fields and ignore letters entered in those controls. Unfortunately, I didn't test well enough, the test was ignoring letters in string controls as well.
Anyway, sorry for the inconvenience! And please me know if you see any other problems
Subscribe to:
Posts (Atom)