You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
@SerjoPepper - thanks for reporting this issue. I am afraid that Safari 5.1 is no longer supported by Apple on any platform. I could not reproduce this issue in Angular on my only version of Safari which is Version 8.0.7 (10600.7.12).
I am afraid that we will not be providing resources to fix this issue. If you are able to provide a PR with tests that fixes this without breaking the latest versions of our supported browsers, then I would be happy to consider it.
@petebacondarwin this bug reproduces not only in Safari in 5.1. I explored this bug when used prerender.io. Prerender.io uses Phantom.js 1.9 version, which uses same webkit engine as in Safari 5.1
I explored that this code worked unexpectedly in Safari 5.1 (row 11397 in angular.js)
var oldUrl = trimEmptyHash($browser.url()); // returns "http://swift-musk-ox-6940.vagrantshare.com/catalog/c596/для_женщин/"
var newUrl = trimEmptyHash($location.absUrl()); // returns http://swift-musk-ox-6940.vagrantshare.com/catalog/c596/%D0%B4%D0%BB%D1%8F_%D0%B6%D0%B5%D0%BD%D1%89%D0%B8%D0%BD/
Maybe it related with Safari's "location.href" returns undecoded url
The text was updated successfully, but these errors were encountered: