Closed
Bug 443334
Opened 17 years ago
Closed 17 years ago
"&pi" is replaced by π symbol despite lack of semicolon for entity
Categories
(Core :: DOM: HTML Parser, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 155047
People
(Reporter: evankclements, Unassigned)
Details
Attachments
(1 file)
1.76 KB,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9) Gecko/2008052906 Firefox/3.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9) Gecko/2008052906 Firefox/3.0
I work in digital advertising and have recently added tracking tags to an electronic direct mailout (eDM) when I opened up the tracking code provided by Eyeblaster(tracking company) in Firefox 3 it replaced Pi with the π (the symbol for Pi) which corrupted the url meaning that it would not click through to the correct url destination.
Reproducible: Always
Steps to Reproduce:
1. Open up a FF3 Browser
2. I click on the Eyeblaster attachment provided via email
3. The Eyeblaster information opens in the FF3 browser window
4. The incorrect url is displayed.
Actual Results:
When I open the tracking code html in a firefox 3 browser from Eyeblaster I get this tracking code
replaced with http://bs.serving-sys.com/BurstingPipe/adServer.bs?cn=tf&c=20&mc=click&pli=551180π=0&ord=[timestamp]
Expected Results:
When I open the tracking code html in Firefox 3 browser I expect to get this code
http://bs.serving-sys.com/BurstingPipe/adServer.bs?cn=tf&c=20&mc=click&pli=551180&pi=0&ord=[timestamp]
I would have provided the html attachment if I had the ability to provide attachments.
Reporter | ||
Comment 1•17 years ago
|
||
Updated•17 years ago
|
Component: General → HTML: Parser
Product: Firefox → Core
QA Contact: general → parser
Summary: The word Pi is being replaced by the symbol for Pi → "&pi" is replaced by π symbol despite lack of semicolon
Updated•17 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
Summary: "&pi" is replaced by π symbol despite lack of semicolon → "&pi" is replaced by π symbol despite lack of semicolon for entity
You need to log in
before you can comment on or make changes to this bug.
Description
•