Closed Bug 1017530 Opened 10 years ago Closed 4 years ago

Nonequivalent URLs display identically in status bar (<a href="a%23b"> → a#b)

Categories

(Firefox :: General, defect)

29 Branch
x86
Linux
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 675403

People

(Reporter: bugs~mozilla, Unassigned)

Details

User Agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:29.0) Gecko/20100101 Firefox/29.0 Iceweasel/29.0.1 (Beta/Release)
Build ID: 20140524034236

Steps to reproduce:

Open a HTML file containing

<a href="a#b">fragment</a>
<a href="a%23b">no fragment</a>

and hover over both displayed links.



Actual results:

When hovering above each link the URL displayed at the bottom of the window looks exactly the same.



Expected results:

The two nonequivalent URLs should be displayed differently. (ie. probably the encoded '#' should remain encoded when displayed).
bugday-20140602]

Tested on 32.0a1 (2014-06-01) and Win64

Confirmed, but it looks like IE11 has the same issue.

In Chrome v35
Fragment gives - a#b
no Fragment gives - a%23b

In IE 11
Fragment gives - a#b
no Fragment gives - a#b

In FF 32.0a1 
Fragment gives - a#b
no Fragment gives - a#b
Summary: Nonequivalent URLs display identically in status bar → Nonequivalent URLs display identically in status bar (<a href="a%23b"> → a#b)
Probably duplicate of bug 675403, which may have other duplicates.
QA Whiteboard: [bugday-20140609][DUPEME]
Component: Untriaged → General
Status: UNCONFIRMED → RESOLVED
Closed: 4 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.