Gotlifebar / gwtquery-plugins

Automatically exported from code.google.com/p/gwtquery-plugins
0 stars 0 forks source link

ColorPicker does not fire value change event on TextBox #37

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Create a GWT TextBox and add a ValueChangeListener. 
Call $(elem).as(Enhance).colorBox(). When the user selects a color from the 
color picker the ValueChangeListener is never called.

Using version 1.0.2

This could be a one line (ColorPickerFactory.java:67) change:
ret.setValue(value.getValue(), true);

Attached is a patch with this change.

Thanks

Original issue reported on code.google.com by laxplaya...@gmail.com on 4 Jun 2012 at 11:53

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by julien.d...@gmail.com on 6 Jul 2012 at 12:06