Change browser icon doesn't work in IE

Hi,

I replaced the browser icon in my application by using another
favicon.ico
file in my theme.

In Firefox 4 and Chrome 11 the new icon is shown. But
not
in IE7: in this case you can only see a small Internet Explorer icon. If I open webpages in IE (e.g. Vaadin) the webpage icons are displayed correctly.

Is anyone able to reproduce this effect? Maybe a Vaadin bug?

Thanks, Thorsten

See e.g.
http://blogs.msdn.com/b/jeffdav/archive/2007/03/01/why-doesn-t-the-favicon-for-my-site-appear-in-ie7.aspx
. My first guess is that the file is not a true ICO file - other browsers can handle different file types there but IE cannot. Also caches can be the issue.

Hi,

good hint but in the meantime I realized that IE also displays my
favicon.ico
file correctly if I build a new Vaadin project from scratch. So my icon is a true icon.

There must be something wrong in my application. Currently I have no idea what it could be…