Closed
Bug 353779
Opened 19 years ago
Closed 19 years ago
page source and selection source show & (ampersand) as &
Categories
(Toolkit :: View Source, defect)
Tracking
()
VERIFIED
INVALID
People
(Reporter: rol_b, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20060921 Minefield/3.0a1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20060921 Minefield/3.0a1
In the source view of a page (Version Minefield/3.0a1) the & (ampersand) is substituded by the html-entity & . The latest german FireFox-Version (1.5.0.7) shows this behaviour only in selection source.
Reproducible: Always
Steps to Reproduce:
1. go to http://www.heise.de/
2. mark "Abo & Heft"
3. view selection source
Actual Results:
the view shows: <a href="/abo/" class="navi_links">Abo & Heft</a>
Expected Results:
<a href="/abo/" class="navi_links">Abo & Heft</a>
OS: Windows XP Service Pack 2
Comment 1•19 years ago
|
||
*** This bug has been marked as a duplicate of 164906 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
Updated•19 years ago
|
Status: RESOLVED → UNCONFIRMED
Resolution: DUPLICATE → ---
Comment 2•19 years ago
|
||
It's 1.5 that has the bug, not 3.0a - the source actually does use & ... (verified with MSIE)
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago → 19 years ago
Resolution: --- → INVALID
Updated•19 years ago
|
Status: RESOLVED → VERIFIED
| Assignee | ||
Updated•17 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•