Just tried to test my website in Google Chrome to check if it's appearence is right. And what do you think I saw? My toolbar was too big to show it in one line, but Chrome did't make break for me. Toolbar is now too long, so content box and toolbar are both out of bounds and their right ends are invisible for me at all.
I have this config at startup:
Does anyone know what happens with toolbar and how can I fix it for Chrome?
I have this config at startup:
{ language:'ru', customConfig:'', toolbarLocation:'', toolbarCanCollapse:false, resize_enabled:false, removePlugins:'elementspath', enterMode:CKEDITOR.ENTER_BR, width:'700', height:'300', toolbar:'Full' }I've checked on latest: IE10 (10.0.9200.16384), FF(16.0.1), Opera(12.02.1578), Chrome(22.0.1229.94 m). And only Chrome has its own vision about how to align toolbar buttons.
Does anyone know what happens with toolbar and how can I fix it for Chrome?
Re: Google Chrome doesn't break menu line
This is piece of HTML:
And here is piece of CSS, that broke editor appearance:
So every div inside editor now had display="inline-block". Line breaker in toolboxes is div, that has no manual styling, so by default it is 'block'. But... it's only by default... I don't know if this is a bug or a feature, so I've modified my styling via sheets not to modify editor's divs. And now everything work fine!
Re: Google Chrome doesn't break menu line
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!