Most of our scripts are failing in safari browser. Values are entering in Input box. Its working all other browser except safari. Is anyone facing this issue?
I contacted browserstack they are saying its safari driver issue.
Related
I have NextJS application. In Chrome it works perfectly, but when I open site in Safari it works too slow. Maybe someone know how I can solve this problem?
Next 12.2.5
Safari 16
I've installed simplecart on a wordpress site
http://www.pixelligentdev.com/products/
It works fine on firefox - chrome - but not in IE11 on win8 / win10 and I can't find the issue because with debugger tool open it doesn't crash !
If you try to buy a product clicking on "order" button you'll see
It was fixed!
To track it back to source I’ve run IE with VS (Visual Studio) attached + public symbols.
The issue is a IE11 bug related to the storage events and localstorage usage. The bug was not happening when DEV tools was enabled because opening the console will set the mode to “Edge”.
Unfortunately the Microsoft’s reply is:
“This issue appears to have been fixed in Microsoft Edge. We're not presently working on feature bugs in Internet Explorer outside of security-related issues.”
The workaround is simple.
You can force IE11 to load the backwards compatibility mode to IE10.
The MS new browser (Edge) is not following that directive and IE <=10 are also ignoring it.
This can be done by adding a X-UA-Compatible meta,but this approach is not
recommended.
Instead I’ve pushed it via the header (.htaccess) to avoid page validation errors.
Changes in .htaccess
• I’ve Added to header “X-UA-Compatible” mode that will force IE11 to render as IE10.( backwards compatibility)
Header set X-UA-Compatible "IE=EmulateIE10"
My other issue is that I am trying to run it in my local webserver (Window Server 2008), and the website seems to have a problem with IIS7 I guess because when I run it on iE (8 & 11), the menu doesn’t look good, and the slider too, but when I run it on google chrome, in my local webserver, the problem goes away. Do you think it would be any solution to work something around it, because I need to run it in ie. I tried hosting it with goddady and doesn’t seem to have any of these problems. Any advice is appreciated thanks
If Javascript is an option you could use the modernizr library.
It backports the modern html and css that you are using to work on older browsers.
Without you posting any code or detailing your server configuration that's about all the advice that can be given.
When I run it on Internet Explorer my navigation bar, doesn't work properly and some other elements do not show. But with google chrome everything works good. In the beginning I thought it was a browser issue so I hosted with Goddady and it worked perfectly with ie8 - ie11. So it doesn't make it a browser issues, it something between ISS7 & Internet Explorer (because even with ie11 doesn't work). Thanks
I have http://geoffjorgensen.com working fine on the desktop but I can't access it on either Safari or Chrome on my phone. Help!? Thanks!
I didn't give the server enough time to propogate, everything's fine, whoops!
Would someone mind looking at this fairly basic (I thought) site that I've built for my father?
www.pws-consulting.com
It loads up fine and works under the latest version of chrome, firefox, safari on my mac, and does the same on windows 7, even in ie. (though some of the css dies, which is acceptable).
On his windows xp machine however, the site has many problems.
Explorer browser.
Upon initially accessing the website, the following error message appears "Internet Explorer encountered a problem and needs to close".
When I hit "Don't send" for the error report, the tab for the website is recovered and it reopens. Pics and text content look ok.
However for every hyperlink (Services, Contact, etc), the same error message above appears.
Eventually the browser crashes.
Firefox browser:
Website opens normally but all text content is mispositioned at the bottom of each page, hyperlinks repeat, colour map does not appear, etc.
All-in-all, a formatting mess.
I've used AdobeBrowser Lab to test the site and it appears to be finder going back to IE 7, Firefox 5.0 on windows so I'm at a lose to understand what is wrong.
Thanks in advance for any help. All the best to everyone in this new year.
Cam
Doesn't seem to crash on WinXP IE 6.0 for me. Works great on IE 7+ though. No problems in Firefox, Chrome, Opera, Safari either. Must be an issue with your computer? Did you try another computer?