[Webkit-unassigned] [Bug 14778] Add To Basket button doesn't work in WebKit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 18 13:09:41 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=14778





------- Comment #7 from allan28 at mac.com  2007-12-18 13:09 PDT -------
I'm not seeing this with the latest nightly (with Firefox useragent).

Debugging showed that the "TypeError: Undefined value: oldonload"  was caused
by the snippet I included (slightly obfuscated js-file called eluminate.js).
This is part of their stat/add-tracking software and is third-party, so you
should probably mail Coremetrics
(http://www.coremetrics.com/company/contact_us.php) instead, as it is their
code that is in error.

The "TypeError: Undefined value" at line 100 is caused by the first error, as a
global variable isn't set since their onload-handler is wrecked by Coremetrics
onload-handler and stops after the first error.

If Coremetrics omits their Safari-check in their event-handler, everything
should work.

(In reply to comment #4)
> FWIW, I'm seeing a new message printed to the JavaScript Console (whether using
> the default user agent or Firefox):
> 
> Can't find variable: oldonload
> undefined
> Line: 2


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list