nikhilbchilwant / google-web-toolkit-incubator

Automatically exported from code.google.com/p/google-web-toolkit-incubator
1 stars 1 forks source link

Add a listener for "slide end" event #250

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
If you want to see this feature/enhancement implemented, please star this
issue by clicking on the star in the upper left hand corner of this page.

== Enhancement Description ==
It should be fired only after the knob ends moving.
More info:
http://developer.yahoo.com/yui/slider/#events

Original issue reported on code.google.com by ofr...@gmail.com on 15 Mar 2009 at 11:32

GoogleCodeExporter commented 9 years ago
This is helpful to execute time-consuming operations only at the end of the 
movement
of the knob instead of at the "onChange" event (which fires several times 
during the
movement).

Original comment by ofr...@gmail.com on 15 Mar 2009 at 11:43