is debugging in compatibility mode in IE8 exactly the same than debugging in IE7 ?
do the websites display exactly the same ?
So I don’t need IE7 for testing if I have IE8 ?
thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It is pretty close – but not the same, there are several subtle differences.
It all depends on your code… e.g. if your pages have no doctype e.g. you are running in quirks mode or you force quirks mode, the interpretation of
height="100%"on an iframe is different in real-IE7 vs IE7mode in IE8. The former is “100% of my container” the later is “100% of default height” which is about 220px.