Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

fix($browser/$location): single quote in url causes infinite digest in F... #954

Merged
merged 1 commit into from
May 14, 2012

Conversation

IgorMinar
Copy link
Contributor

...F

The real issue is in FF, see https://bugzilla.mozilla.org/show_bug.cgi?id=407172.

FF overly encodes stuff which breaks our expectations and then we fail .url() != currentUrl.absUrl()
comparison unexpectidly, which leads to infinite digest.

The workaround is to correct for this inconsistency in $browser and decode any single quotes in urls.

Closes #920

…n FF

The real issue is in FF, see https://bugzilla.mozilla.org/show_bug.cgi?id=407172.

FF overly encodes stuff which breaks our expectations and then we fail .url() != currentUrl.absUrl()
comparison unexpectidly, which leads to infinite digest.

The workaround is to correct for this inconsistency in $browser and decode any single quotes in urls.

Closes angular#920
@IgorMinar IgorMinar merged commit 679cb8a into angular:master May 14, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Apostrophe in Querystring Value in Firefox breaks angular
1 participant