Threaded View
-
19 May 2010 1:22 AM #1
[OPEN-979] Ext.form.SliderField -> Slider events
[OPEN-979] Ext.form.SliderField -> Slider events
hi team,
the Ext.form.SliderField does not listen to the changecomplete-event of the slider.
the event "change" is still from the field, so it does not get changes when the slider is dragged and dropped.
as a really fast written hack i use:
but it should get implemented cleander (returning the thumb etc.).Code:Ext.sequence(Ext.form.SliderField.prototype, 'setValue', function() { this.fireEvent('change', this, this.getValue()); });
kind regards,
tobiu
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote