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
Original issue reported on code.google.com by
laxplaya...@gmail.com
on 4 Jun 2012 at 11:53Attachments: