Actually I am using DateBox. and I tried to add the valueChangeHandler to 
the DateBox.getTextBox().
The following is my code:

toDate.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 
> > google-we...@googlegroups.com<javascript:>. 
>
> > To unsubscribe from this group, send email to 
> > google-web-toolkit+unsubscr...@googlegroups.com <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/-/EIJHypMPN0AJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to