Closed
Bug 1182923
Opened 11 years ago
Closed 10 years ago
AMD drive download form broken when privacy protection is enabled because submit script calls Omniture stuff, and the Omniture tracker is blocked
Categories
(Web Compatibility :: Site Reports, defect)
Web Compatibility
Site Reports
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1176495
People
(Reporter: bugzilla, Unassigned)
References
()
Details
(Whiteboard: [js] [contentblock] [country-all] [needscontact] )
http://support.amd.com/en-us/download
STR:
Fill in on the form
- Desktop Graphics
- Radeon R9 Series
- Radeon R9 2XX Series
- Windows 8.1 - 64 Bit
click Display Results button
Expected results:
Firefox should redirect to this page: http://support.amd.com/en-us/download/desktop?os=Windows%208.1%20-%2064
Actual results:
The form refreshes and the user is not redirected.
http://forums.mozillazine.org/viewtopic.php?f=23&t=2946719#p14233037
http://forums.mozillazine.org/viewtopic.php?f=23&t=2946719#p14233049
| Reporter | ||
Updated•11 years ago
|
Summary: AMD Driver Download form doesn't work on 64bit Firefox → AMD drive download form broken when privacy protection is enabled
Comment 1•11 years ago
|
||
This looks like an advocacy bug to me; moving it to desktop evangelism. I'm sure we know somebody there.
Component: Untriaged → Desktop
Product: Core → Tech Evangelism
Comment 2•11 years ago
|
||
Nothing else to expect when code like this is part of the JS for processing the form:
//Process Omniture Tracking
var s=s_gi(sTrackingAccounts);
s.linkTrackVars='prop12,prop13,prop14,prop15,prop22,events';
s.linkTrackEvents='event16';
s.events='event16';
s.trackingServer="metrics.amd.com";
sTrackingAccounts is not defined, likely because the Omniture tracker is blocked. This code should detect if s_gi and sTrackingAccounts exist and skip the Omniture part if not.
Updated•11 years ago
|
Summary: AMD drive download form broken when privacy protection is enabled → AMD drive download form broken when privacy protection is enabled because submit script calls Omniture stuff, and the Omniture tracker is blocked
Whiteboard: [js] [contentblock] [country-all] [needscontact]
Updated•10 years ago
|
Blocks: tp-breakage
No longer blocks: tp-breakage
| Assignee | ||
Updated•7 years ago
|
Product: Tech Evangelism → Web Compatibility
You need to log in
before you can comment on or make changes to this bug.
Description
•