Thursday, April 21, 2016

GWT, Firefox, and focusout

I have an issue where an event isn't firing in Firefox, and it turns out this is because Firefox doesn't currently support the focusin and focusout events.

This is a problem in a custom cell where I'm overriding onBrowserEvent. On the blur event, the ValueUpdater parameter is null, but it's not null on the focusout event. How can I work around this issue?

--
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+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment