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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 17 16:12:06 PST 2007


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





------- Comment #3 from allan28 at mac.com  2007-12-17 16:12 PDT -------
Works with Firefox useragent.
Site uses browsersniffing, and mistakenly alters eventhandling for Safari:

---                
                if(event.indexOf(fName)==-1)
                {
                        if(cGU&&event.indexOf("function "+"(")==0)
                        {
                               
fName=fName+";"+event.substring(event.indexOf("{"),event.length);
                        }
                        var newfunc=new Function("e",fName);
                        return newfunc;

---
Where cGU is true with Safari.
Possibly tries to fix previous bad behaviour?


-- 
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