v8.3p_2012-11-22/PowerEdition Deployment (built 2012-11-22)
I have a daterange picker in listgrid filter.
1. Choose fromDate from calendar.
2. Choose toDate from calendar. Value is not chosen (screen)
Also module log shows the following:
A couple of weeks ago everything was fine.
I have a daterange picker in listgrid filter.
1. Choose fromDate from calendar.
2. Choose toDate from calendar. Value is not chosen (screen)
Also module log shows the following:
Code:
ERROR: 17:38:59.374:MUP1:WARN:StaticTextItem:isc_StaticTextItem_1[iconPlaceholder]:Attempting to apply event handlers to this item. Unable to get a pointer to this item's focus element com.smartgwt.client.core.JsObject$SGWT_WARN: 17:38:59.374:MUP1:WARN:StaticTextItem:isc_StaticTextItem_1[iconPlaceholder]:Attempting to apply event handlers to this item. Unable to get a pointer to this item's focus element at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:525) at com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:105) at com.google.gwt.dev.shell.MethodDispatch.invoke(MethodDispatch.java:71) at com.google.gwt.dev.shell.OophmSessionHandler.invoke(OophmSessionHandler.java:172) at com.google.gwt.dev.shell.BrowserChannelServer.reactToMessages(BrowserChannelServer.java:293) at com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:547) at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:364) at java.lang.Thread.run(Thread.java:722) ERROR: 17:38:59.384:MUP1:WARN:StaticTextItem:isc_StaticTextItem_2[iconPlaceholder]:Attempting to apply event handlers to this item. Unable to get a pointer to this item's focus element com.smartgwt.client.core.JsObject$SGWT_WARN: 17:38:59.384:MUP1:WARN:StaticTextItem:isc_StaticTextItem_2[iconPlaceholder]:Attempting to apply event handlers to this item. Unable to get a pointer to this item's focus element at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:525) at com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:105) at com.google.gwt.dev.shell.MethodDispatch.invoke(MethodDispatch.java:71) at com.google.gwt.dev.shell.OophmSessionHandler.invoke(OophmSessionHandler.java:172) at com.google.gwt.dev.shell.BrowserChannelServer.reactToMessages(BrowserChannelServer.java:293) at com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:547) at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:364) at java.lang.Thread.run(Thread.java:722) ERROR: 17:38:59.505:TMR7:WARN:StaticTextItem:isc_StaticTextItem_1[iconPlaceholder]:Attempting to apply event handlers to this item. Unable to get a pointer to this item's focus element com.smartgwt.client.core.JsObject$SGWT_WARN: 17:38:59.505:TMR7:WARN:StaticTextItem:isc_StaticTextItem_1[iconPlaceholder]:Attempting to apply event handlers to this item. Unable to get a pointer to this item's focus element at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:525) at com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:105) at com.google.gwt.dev.shell.MethodDispatch.invoke(MethodDispatch.java:71) at com.google.gwt.dev.shell.OophmSessionHandler.invoke(OophmSessionHandler.java:172) at com.google.gwt.dev.shell.BrowserChannelServer.reactToMessages(BrowserChannelServer.java:293) at com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:547) at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:364) at java.lang.Thread.run(Thread.java:722) ERROR: 17:38:59.517:TMR7:WARN:StaticTextItem:isc_StaticTextItem_2[iconPlaceholder]:Attempting to apply event handlers to this item. Unable to get a pointer to this item's focus element com.smartgwt.client.core.JsObject$SGWT_WARN: 17:38:59.517:TMR7:WARN:StaticTextItem:isc_StaticTextItem_2[iconPlaceholder]:Attempting to apply event handlers to this item. Unable to get a pointer to this item's focus element at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:525) at com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:105) at com.google.gwt.dev.shell.MethodDispatch.invoke(MethodDispatch.java:71) at com.google.gwt.dev.shell.OophmSessionHandler.invoke(OophmSessionHandler.java:172) at com.google.gwt.dev.shell.BrowserChannelServer.reactToMessages(BrowserChannelServer.java:293) at com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:547) at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:364) at java.lang.Thread.run(Thread.java:722)
Comment