Take a look at the follwing url in FF 3.5 and IE8. In FF it will first load at the same size as in IE8, but then it will zoom in. Why does this happen and how can i prevent it, or work around it?
The code is a basic Silverlight project as created by Visual Web Developer 2008 Express with only a TextBox added. The html page is also generated by VWD 2008.
Note that i would like the silverlight app to fill all the available space in the browser.
EDIT: It appears that when i open the local html file, it does not scale and it looks just fine.
EDIT2: Ok, i'm an idiot. Appears that when you zoom in with firefox, it saves the zoom factor for that domain(/url?), and i guess somehwere in the past i used that feature.