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

Comments

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

Merged
IgorMinar merged 1 commit intoangular:masterfrom
IgorMinar:ff-location-quote-fix
May 14, 2012
Merged

fix($browser/$location): single quote in url causes infinite digest in F...#954
IgorMinar merged 1 commit intoangular:masterfrom
IgorMinar:ff-location-quote-fix

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