unify / unify

Unify Project
http://www.unifyjs.com
Other
152 stars 16 forks source link

Slider: Knob position does not change after resize #32

Closed mojoaxel closed 12 years ago

mojoaxel commented 12 years ago

The slider widget should react on resize events. When the knob is e.g. at position 0.25 and the slider has a width of 100px the knob should be drawn at a position of 25px. When the widget gets resized e.g. to a width of 200px the knob should change its position in this case to 50px. At the moment it doesn't.

fastner commented 12 years ago

Fixed in Pull Request #35