No idea... But I also should mention that I don't use the Slider anywhere in my project.
Op woensdag 9 december 2015 15:13:35 UTC+1 schreef Michael Joyner: > > Is the snapshot available via maven? > > On 12/09/2015 07:46 AM, Frank wrote: > > I am using the snapshots version of gwt-bootstrap3 and had no issue > upgrading to GWT2.8.0beta1 yesterday (this is the one I am using to be > absolutely clear: https://github.com/gwtbootstrap3/gwtbootstrap3). > > According to me the snapshot version is more stable than the 0.9.3 release > as this contains quite a few bugs solved in snapshot. > > > > Op dinsdag 8 december 2015 18:50:45 UTC+1 schreef Michael Joyner: >> >> >> Hello, >> >> We are suddenly having an issue where the following function in >> "org/gwtbootstrap3/extras/slider/client/ui/Slider.java" from the >> gwtboostrap3 project is failing with "doubleValue 'not a function'". >> We have tried passing the value in as (double)value, >> Double.valueOf(value), new Double(value), but they all are ending with >> the same error. >> >> Is there some flag or some such we need to now set that wasn't not >> required before? >> >> @Override >> protected native void setValue(Element e, Double value) /*-{ >> var doubleValue = [email protected] >> <javascript:>::doubleValue()(); >> >> >> >> $wnd.jQuery(e).slider(@org.gwtbootstrap3.extras.slider.client.ui.base.SliderCommand::SET_VALUE, >> >> doubleValue); >> }-*/; >> >> -Mike/NewsRx >> > -- > You received this message because you are subscribed to the Google Groups > "GWT Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] <javascript:>. > To post to this group, send email to [email protected] > <javascript:>. > Visit this group at http://groups.google.com/group/google-web-toolkit. > For more options, visit https://groups.google.com/d/optout. > > > -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
