Closed
Bug 1204126
Opened 9 years ago
Closed 7 years ago
Tracking protection breaks navigation block on http://www.aidslifecycle.org
Categories
(Web Compatibility :: Privacy: Site Reports, defect)
Web Compatibility
Privacy: Site Reports
Tracking
(firefox43 affected)
RESOLVED
WORKSFORME
Tracking | Status | |
---|---|---|
firefox43 | --- | affected |
People
(Reporter: kbrosnan, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [google] [trackingprotection] [needscontact] tp-base)
Open a private browsing window and navigate to http://www.aidslifecycle.org try to interact with the navigation header and menus. Clicks fail to navigate to the page. Disabling tracking protection allows the page to function.
Reporter | ||
Updated•9 years ago
|
Blocks: tp-breakage
Comment 1•9 years ago
|
||
There's some code from Google Analytics inline:
var _gaq = _gaq || [];
and some in onclick attributes:
<a onclick="_gaq.push(['alc._link', 'http://www.aidslifecycle.org/about/why.html']); return false;" href="http://www.aidslifecycle.org/about/why.html">Why We Ride</a>
This code cancels the click event - the code that was *supposed* to handle the click and do the navigation is presumably in the blocked Analytics file.
Whiteboard: [google] [trackingprotection]
Updated•9 years ago
|
Whiteboard: [google] [trackingprotection] → [google] [trackingprotection] [needscontact]
Updated•9 years ago
|
Component: Desktop → Tracking Protection
Product: Tech Evangelism → Firefox
Version: Trunk → unspecified
Updated•7 years ago
|
Component: Tracking Protection → Desktop
Product: Firefox → Tech Evangelism
Whiteboard: [google] [trackingprotection] [needscontact] → [google] [trackingprotection] [needscontact] tp-base
Comment 2•7 years ago
|
||
Verified on 58.0a1 with TP enabled. Nav and headers all function normally.
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WORKSFORME
Assignee | ||
Updated•6 years ago
|
Product: Tech Evangelism → Web Compatibility
Updated•5 months ago
|
Component: Site Reports → Privacy: Site Reports
You need to log in
before you can comment on or make changes to this bug.
Description
•