Closed Bug 894204 Opened 11 years ago Closed 11 years ago

location.hash turns encoded comma into decoded comma - "%2C" to ","

Categories

(Firefox :: Untriaged, defect)

22 Branch
x86_64
All
defect
Not set
minor

Tracking

()

RESOLVED DUPLICATE of bug 483304

People

(Reporter: jneurock, Unassigned)

References

()

Details

User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:22.0) Gecko/20100101 Firefox/22.0 (Beta/Release)
Build ID: 20130618035212

Steps to reproduce:

Steps to reproduce:
1. Browse to https://twitter.com.
2. Add the following hash to the URL: #/q=Portland%2C+OR
3. Open a JavaScript console and log window.location.hash


Actual results:

The console will log "#/q=Portland,+OR".


Expected results:

The console should have logged "#/q=Portland%2C+OR". This is what all other up-to-date browsers (IE 10, Opera, Chrome, Safari) I have tried will log.
Severity: normal → minor
OS: Mac OS X → All
Hardware: x86 → x86_64
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.