The drop downs ( Tont Size, Styles etc) don't drop down in Chrome.
The following message appears in the Chrome Console:
"body.scrollTop is deprecated in strict mode. Please use 'documentElement.scrollTop' if in strict mode and 'body.scrollTop' only if in quirks mode."
Regards,
Rob
Sorry but you'll have to give
Sorry but you'll have to give more info. What CKE version? Did you make any modifications? What exactly are you doing to get that error? Do you get this on the demo page?
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
Sorry about that
I am using ckeditor 4.
It is related to the webkit-transform under chrome. I am using chrome Version 33.0.1750.117 m
Everything works fine in other browsers.
I have managed to put -webkit-transform:translate3d(0,0,0) on the divs that are above the ones that the editor uses and that fixes all problems except when I click on the maximize button. It looks like that places z-indexes in many places. When it maximizes I get a blank screen. I can see all the relavant divs in the element inspector but not on the screen.
Regards,
ROb
I do not get it on the demo
I do not get it on the demo page but my page is a very complex SPA architecture. The editor is inside a jquery ui dialog box which is in turn inside a backbone view. The application is a very large and sophisticated application.
The problem relates to ckeditors use of the z-index and Chrome's interpreation of them after a transform is performed. It seems as if Chrome resets the z-indexes after a webkit-transform which screws up ckeditor. Although it works in other browsers I suspect google will say that they are not handling the z-indexes correctly by not reseting them after a transform.
Regards,
Rob