Vaadin shows "Message: Object doesn't support this property or method" with IE9
Whenever I compile a Widgetset with Vaadin 6.5.6 or 6.5.7 in Eclipse and then run the application it only works in firefox and sa开发者_如何学Pythonfari. IE always gives :
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C)
Timestamp: Fri, 29 Apr 2011 16:45:28 UTC
Message: Object doesn't support this property or method
Line: 2860
Char: 445
Code: 0
URI: http://127.0.0.1:8080/VAADIN/widgetsets/com.example.newvaadin9.widgetset.Newvaadin9Widgetset/6F6CE40261565705783015CF405E65E8.cache.html
:upon loading. Does anyone know why?
Support for IE9 is added with Vaadin 6.6. Pre-release was released yesterday with final targeted to be released in two weeks. Please upgrade.
精彩评论