I always have a problem with it in IE (on Windows). It actually works better in IE7 than IE9 (still problems in IE7, though). Seems fine in Chrome and Firefox. Which browser are you using?
It's a third-party plugin (EditArea), so I'm not sure there's much we can do about it. I see the same problem with their online demo: http://www.cdolivet.com/editarea/editarea/exemples/exemple_full.html. web2py also ships with the Amy editor as an alternative. Go to /admin/models/0.py and change: TEXT_EDITOR = 'edit_area' or 'amy' to TEXT_EDITOR = 'amy' Amy seems to work in IE9 (though not in IE7 or IE8). Anthony On Tuesday, September 13, 2011 10:26:43 AM UTC-4, Ramos wrote: > > hello, > why do i see sometimes my code mixed with another code in grey color in the > embedde editor > > When i want to correct some code i have to place the cursor far away from > the code in a trial error situation. > This is very odd and only affects me sometimes and in just a part of the > code. > > is this a key combination solving situation? > > >

