Issue 1717: Javascript error on FFS (Facebook)
http://code.google.com/p/chromium/issues/detail?id=1717

Comment #7 by horaci:
I've changed the user agent of chrome (hexediting chrome.dll, checked on  
website that
dumps browser's user agent) to "Mozilla/5.0 (Windows; U; Windows NT 6.0;  
en-US)
AppleWebKit/525.19 (KHTML, like Gecko) Version/3.1.2 Safari/525.21" and  
still got the
same errors:

Changed the line numbers now (probably because an updated javascript file):

Uncaught TypeError: Object blur has no method 'toLowerCase'
http://static.ak.fbcdn.net/rsrc.php/zAE2X/pkg/141/129544/js/7qh31am92dss8gs4.pkg.js
(line 245)
Uncaught TypeError: Object onloadhooks has no method 'replace'
http://static.ak.fbcdn.net/rsrc.php/zE9T0/pkg/141/130198/js/ccwsorvq7cgskos0.pkg.js
(line 268)

Code at line 245:
fbjs_dom.prototype.addEventListener=function(type,func){type=fbjs_sandbox.safe_string(type.toLowerCase());if(!fbjs_main.allowed_events[type]){fbjs_console.error(type+'
is not an allowed event');return false;}

Code at line 268:
return
text.toString().replace(/&/g,'&amp;').replace(/"/g,'&quot;').replace(/'/g,'&#039;').replace(/</g,'&lt;').replace(/>/g,'&gt;');}





-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Chromium-bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to