CodePress does not work with Google Chrome Browser
Status: Beta
Brought to you by:
fermads
I use Windows Vista with Google Chrome and CodePress it's disabled and does not work.
There are 2 JavaScript errors as much as i can see:
Uncaught ReferenceError: Language is not defined [Mysite]/codepress/languages/javascript.js?ts=1221487069527 (line 6)
Uncaught TypeError: Cannot set property 'body' of undefined [Mysite]/codepress/codepress.js (line 29)
Google Chrome is based on Safari engine. As I see it has difficults with Safari too.
This bug still seems to be apparent, is Chrome/Safari not supported at all?
Add
else if(ua.match('Chrome')) engine = 'opera';
after
if(ua.match('MSIE')) engine = 'msie';
in the codepress.html