Closed Bug 1204126 Opened 9 years ago Closed 7 years ago

Tracking protection breaks navigation block on http://www.aidslifecycle.org

Categories

(Web Compatibility :: Site Reports, defect)

defect
Not set
normal

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.
Blocks: tp-breakage
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]
Whiteboard: [google] [trackingprotection] → [google] [trackingprotection] [needscontact]
Component: Desktop → Tracking Protection
Product: Tech Evangelism → Firefox
Version: Trunk → unspecified
Component: Tracking Protection → Desktop
Product: Firefox → Tech Evangelism
Whiteboard: [google] [trackingprotection] [needscontact] → [google] [trackingprotection] [needscontact] tp-base
Verified on 58.0a1 with TP enabled. Nav and headers all function normally.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WORKSFORME
Product: Tech Evangelism → Web Compatibility
You need to log in before you can comment on or make changes to this bug.