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

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).