gwtbootstrap3 / gwtbootstrap3-extras

Extra (third party) wrappers for GwtBootstrap3
Apache License 2.0
43 stars 89 forks source link

Make sure setCode sets the code variable on initialization. #230

Closed BenDol closed 8 years ago

BenDol commented 9 years ago

Fixes problems with using setValue before the widget is completely initialized.

crevete commented 8 years ago

This is a real issue, but your fix are not correct. Please refer to ToggleSwitchBase.java. You have to fix the public void setCode() method, but should not modify the private JSNI method.

crevete commented 8 years ago

I rewrote the summernote widget with the support of new features in 0.7.0. This issue is also fixed. Please check the demo page. Thanks.