ValueChangeEvent <String> is not fired in IE9

80 views
Skip to first unread message
Message has been deleted

Joey Li

unread,
Aug 17, 2012, 6:31:53 PM8/17/12
to google-we...@googlegroups.com
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.

Dennis Haupt

unread,
Aug 17, 2012, 6:57:30 PM8/17/12
to google-we...@googlegroups.com
no problem here. are you doing anything special?
> --
> 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.
> To unsubscribe from this group, send email to
> google-web-tool...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.


--

Joey Li

unread,
Aug 17, 2012, 9:50:21 PM8/17/12
to google-we...@googlegroups.com, d.ha...@googlemail.com
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 google-we...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsub...@googlegroups.com.

Joey

unread,
Aug 17, 2012, 11:59:21 PM8/17/12
to google-we...@googlegroups.com, d.ha...@googlemail.com
I tested textBox, it works fine.
but datebox.getTextBox() does not work in IE9. it works in other browser though, Chrome, FF.


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.
> To unsubscribe from this group, send email to
Reply all
Reply to author
Forward
0 new messages