Menu

#65 No function in Google Chrome 3

v1
open
nobody
5
2009-09-20
2009-09-20
Anonymous
No

The demo habe vo function in Google Chrome. No highlighting, no write code...

Discussion

  • Nobody/Anonymous

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

     
  • Peter Mikus (peminator)

    For me on Chrome (beta on MacOSX) color highlighting works fine adding the line to codepress.html,
    BUT
    1: (textareaid).toggleEditor does not work
    2: hitting Enter does not insert any new line / line break

    In OPERA the [Enter] key on keyboard does not work too PLUS the [space] key does not work too

     
  • Peter Mikus (peminator)

    just checked in SAFARI - does not work too....
    too bad to be used in CMS ... however for IE or FF codepress is a great great stuff !!

     
  • Thomas O. Lianza

    Even if you add the line of code suggested below, although that will resolve the color-coding issue, it appears that toggleEditor() still doesn't work in chrome, and results in nothing getting submitted to the server if it's enabled.

     

Log in to post a comment.