Link to home
Start Free TrialLog in
Avatar of LisaW68
LisaW68Flag for United States of America

asked on

Weird IE8 and other browser issues

I set up and deployed camera.js on our site and we are having weird browser issues. The link is here - http://goo.gl/Wnv4Sd

My major issue is that it seems that the script breaks my page in IE8 and renders it horribly. See the image attachment. User generated image I know IE8 is an outdated browser, but I have to have it viewable in IE 8 for our clients.

It seems to view fine for me in FF 23, Chrome 29, and IE 10, but for others, it is not viewing the same despite having the same browser versions. I've also noticed on my iPad 3 the navigation buttons aren't visible as well as on iPhone 5

http://goo.gl/Wnv4Sd
ASKER CERTIFIED SOLUTION
Avatar of COBOLdinosaur
COBOLdinosaur
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of LisaW68

ASKER

I appreciate the comment and realize it isn't validated but we are going to be scrapping it for a more standards compliant code, but for now I have to patch that is there. Are there any short term suggestions?
You are dealing with an obsolete browser and code with errors. The only fix is to get rid of the errors so we can see if they are the problem or whether IE8 just can't handle the new components.

Cd&
Avatar of LisaW68

ASKER

I understand that. I have made the changes that were suggested and awaiting it to be published. The weird thing is that it is seeming to work in IE8 and IE10 but not 9.
It is probably a problem with the doctype.  IE9 will go into quirkmode if the doctype is not correct.  On the other hand IE8 will have a problem with HTML5 extensions unless there is a shim to define the tags.

Can you post the code you have for the doctype and the head of the page?

Cd&