Re: Datepicker don't closes after picking same date GWT

2017-11-13 Thread Ameen Malhans
There is no error in browser console -- 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 google-web-toolkit+unsubscr...@googlegroups.com. To post to this group, send em

Re: Datepicker don't closes after picking same date GWT

2017-11-13 Thread Ameen Malhans
no errors in browser console On Monday, November 13, 2017 at 12:24:43 PM UTC-5, Jens wrote: > > Any errors on the browser console? > > private native void attachInternal() /*-{ > $wnd.jQuery("div.datePickerDay.datePickerDayIsValue").on( "Click", > function() { > *this.* > @com.xi.admin.cl

Re: Datepicker don't closes after picking same date GWT

2017-11-13 Thread Jens
Any errors on the browser console? private native void attachInternal() /*-{ $wnd.jQuery("div.datePickerDay.datePickerDayIsValue").on( "Click", function() { *this.* @com.xi.admin.client.common.ui.text.DateFormatter::uiDatePickerPopup.hide()(); console.log("OK"); }); }-*/; In your JS

Re: Datepicker don't closes after picking same date GWT

2017-11-13 Thread Thomas Broyer
Fwiw, I updated my StackOverflow answer: https://stackoverflow.com/a/47236713/116472 On Monday, November 13, 2017 at 6:04:42 PM UTC+1, Ameen Malhans wrote: > > > > down votefavorite > > >

Datepicker don't closes after picking same date GWT

2017-11-13 Thread Ameen Malhans
down votefavorite I am calling java from java-script to close the date picker pop Up using following method. private native void attachInternal() /*-{+ $wnd.jQuery("div