The Roundcornersextender seems to be broken in the latest toolkit when IE9 is in compatiablity mode.
If I view my site using localhost in the URL bar everything works fine. If I use the server name in the URL instead of localhost I get a javascript error "Unexpected call to method or property access"
The error is thrown in RoundCornersBehaviour.js in the function update from the function by the code c.insertBefore(k, n).
It turned out intranet sites default to compatiability mode in IE9, which is why I see the different behaviour when I change the URL.
I couldn't find any issue with other extensions I tried.
Cheers,
Mark
If I view my site using localhost in the URL bar everything works fine. If I use the server name in the URL instead of localhost I get a javascript error "Unexpected call to method or property access"
The error is thrown in RoundCornersBehaviour.js in the function update from the function by the code c.insertBefore(k, n).
It turned out intranet sites default to compatiability mode in IE9, which is why I see the different behaviour when I change the URL.
I couldn't find any issue with other extensions I tried.
Cheers,
Mark