Actually I am using DateBox. and I tried to add the valueChangeHandler to
the DateBox.getTextBox().
The following is my code:
dateBox.getTextBox().addValueChangeHandler(new ValueChangeHandler<String>()
{
@Override
public void onValueChange(ValueChangeEvent<String> event) {
// do things here. but the event is not fired
in IE9 so codes inside here is not executed at all.
}
});
On Friday, 17 August 2012 18:57:30 UTC-4, Dennis Haupt wrote:
>
> no problem here. are you doing anything special?
>
> Am 18.08.2012 00:31, schrieb Joey Li:
> > I tried to add a ValueChangeHandler to textbox.
> > In IE 9, I found that the event is not fired at all. But it works fine
> > in Chrome and FF.
> > I google it and some said the changeHandler event is not fired as well.
> > Anyone has workaround for it?
> >
> > Thanks.
> >
> > --
> > You received this message because you are subscribed to the Google
> > Groups "Google Web Toolkit" group.
> > To view this discussion on the web visit
> > https://groups.google.com/d/msg/google-web-toolkit/-/tl1QS3whUDEJ.
> > To post to this group, send email to
> > [email protected]<javascript:>.
>
> > To unsubscribe from this group, send email to
> > [email protected] <javascript:>.
> > For more options, visit this group at
> > http://groups.google.com/group/google-web-toolkit?hl=en.
>
>
> --
>
>
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-web-toolkit/-/k87x5FfsIt4J.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.