IE9 and SuggestBox

2011-05-13 Thread Marcel Karras
Hi,

when using a SuggestBox in IE9 it won't work correctly as the
generated code still contains setExpression calls - such css method
calls are not available anymore since IE9 and should not be generated
in general.

Is this a known issue? (I don't want to set IE8 fallback mode in order
to get this working)

Greetings
- Marcel

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
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.



Re: IE9 and SuggestBox

2011-05-13 Thread Thomas Broyer
There's no deferred binding in SuggestBox proper. Are you talking about the 
one on PopupImpl, used by the DefaultSuggestionDisplay? if so, IE9 should 
use PopupImpl, just like IE8, not PopupImplIE6.
BTW, setExpression throws in IE8 (AFAIK, it still exists there, contrary to 
IE9, but throws).
There might be a bug in how GWT's deferred binding implementation (which 
changed a bit in 2.3 to add support for ie9 without breaking libraries in 
introducing the new user.agent property value, introducing a fallback 
mechanism) works, but that would probably fail somewhere else first...

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
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.