Closed Bug 319717 Opened 19 years ago Closed 13 years ago

wirelessdigest.typepad.com - Referral script from sublimemedia.net uses bad user-agent detection [error message upon first load of one particular blog]

Categories

(Tech Evangelism Graveyard :: English US, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INCOMPLETE

People

(Reporter: mslater, Unassigned)

References

()

Details

User-Agent:       Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8) Gecko/20051107 Camino/1.0b1
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8) Gecko/20051107 Camino/1.0b1

http://wirelessdigest.typepad.com/shinyshiny/

document.links[i].attachEvent is not a function
undefined

The above message appears when first loading this page.

Reproducible: Always

Steps to Reproduce:
1.go to url
2.
3.
I see this as well and don't see it in today's Fx nightly.

Confirming...
Status: UNCONFIRMED → NEW
Ever confirmed: true
This is due to bad user-agent detection in the script from sublimemedia.net. The offending lines:

	if(navigator.userAgent.indexOf("Firefox")==-1 && navigator.userAgent.indexOf("Safari")==-1)
	{
		hookOnload(attachEventToObject);
	}else
	{
		hookOnload(attachEventToObjectFF);	
	}

"Firefox" should probably be changed to "Gecko" or something, though a capabilities-based rather than user-agent-based approach would be much better.

-> Tech Evangelism
Component: Tabbed Browsing → English US
Product: Camino → Tech Evangelism
Summary: error message upon first load of one particular blog → Referral script from sublimemedia.net uses bad user-agent detection [error message upon first load of one particular blog]
Assignee: mikepinkerton → english-us
OS: MacOS X → All
QA Contact: english-us
Hardware: Macintosh → All
Summary: Referral script from sublimemedia.net uses bad user-agent detection [error message upon first load of one particular blog] → wirelessdigest.typepad.com - Referral script from sublimemedia.net uses bad user-agent detection [error message upon first load of one particular blog]
Er, presumably the blocks was really meant to be bug 334967.
Blocks: geckoisgecko
No longer blocks: 379193
INCOMPLETE due to lack of activity since the end of 2009.

If someone is willing to investigate the issues raised in this bug to determine whether they still exist, *and* work with the site in question to fix any existing issues, please feel free to re-open and assign to yourself.

Sorry for the bugspam; filter on "NO MORE PRE-2010 TE BUGS" to remove.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → INCOMPLETE
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.