Opened 16 years ago
Closed 16 years ago
#3274 closed Bug (fixed)
ElementsPatch toolbar moves the toolbar icons
Reported by: | Artur Formella | Owned by: | Artur Formella |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | UI : Toolbar | Version: | |
Keywords: | Review+ | Cc: |
Description
To reproduce
-set in toolbar/plugin.js
CKEDITOR.config.toolbarLocation = 'bottom';
-open replacebyclass example
-put cursor in "sample text"
-put cursor in FCKeditor
Result: toolbar icons jump in toolbar.
Attachments (3)
Change History (8)
Changed 16 years ago by
Changed 16 years ago by
Attachment: | 3274.patch added |
---|
comment:1 Changed 16 years ago by
Keywords: | Review? added |
---|---|
Owner: | set to Artur Formella |
Status: | new → assigned |
comment:2 Changed 16 years ago by
Keywords: | Review- added; Review? removed |
---|
Changed 16 years ago by
Attachment: | 3274_2.patch added |
---|
comment:3 Changed 16 years ago by
Keywords: | Review? added; Review- removed |
---|
comment:4 Changed 16 years ago by
Keywords: | Review+ added; Review? removed |
---|
The solution here must be at CSS level. Probably is enough to have both the "cke_path" and "cke_toolbox" classes having "clear: both". This must be check with all browsers though (including IE6 and FF2).
The "cke_break" class is not really made for that. It's to be used inside UI element blocks, like the tables.