Opened 15 years ago

Closed 15 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)

3274.jpg (63.3 KB) - added by Artur Formella 15 years ago.
3274.patch (679 bytes) - added by Artur Formella 15 years ago.
3274_2.patch (373 bytes) - added by Artur Formella 15 years ago.

Download all attachments as: .zip

Change History (8)

Changed 15 years ago by Artur Formella

Attachment: 3274.jpg added

Changed 15 years ago by Artur Formella

Attachment: 3274.patch added

comment:1 Changed 15 years ago by Artur Formella

Keywords: Review? added
Owner: set to Artur Formella
Status: newassigned

comment:2 Changed 15 years ago by Frederico Caldeira Knabben

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.

Changed 15 years ago by Artur Formella

Attachment: 3274_2.patch added

comment:3 Changed 15 years ago by Artur Formella

Keywords: Review? added; Review- removed

comment:4 Changed 15 years ago by Frederico Caldeira Knabben

Keywords: Review+ added; Review? removed

comment:5 Changed 15 years ago by Artur Formella

Resolution: fixed
Status: assignedclosed

Fixed with [3368]

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy