Status: New Owner: ---- Labels: Type-Defect Priority-Medium
New issue 1277 by tobie.langel: console.log doesn't log http://code.google.com/p/google-caja/issues/detail?id=1277 What revision of the cajoler exhibits the problem?
SVN revision 4293 with patch http://codereview.appspot.com/2206045/ applied.
On what browser and OS?
Safari 5.0.1, Mac OS 10.5.8, but probably a general WebKit problem.
What steps will reproduce the problem?
Load a cajoled module. Try to use the console from regular JS code on the same page. Nothing is logged.
Please provide any additional information below.
It might have to do with how you're redefining the console when it's missing. There's always a bunch of problems with that, you might want to look into abstracting the console internally rather than trying to overwrite it if that's what you are doing.
