Menu

#57 CodePress does not work with Google Chrome Browser

v1
open
nobody
5
2014-08-28
2008-09-15
Pro4Life
No

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)

Discussion

  • Pro4Life

    Pro4Life - 2008-09-15

    Google Chrome is based on Safari engine. As I see it has difficults with Safari too.

     
  • Nobody/Anonymous

    This bug still seems to be apparent, is Chrome/Safari not supported at all?

     
  • Nobody/Anonymous

    Add
    else if(ua.match('Chrome')) engine = 'opera';
    after
    if(ua.match('MSIE')) engine = 'msie';
    in the codepress.html

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.