Opened 11 years ago

Last modified 10 years ago

#10413 confirmed Bug

Inline CKEditor doesn't hide its toolbars after interaction with richcombo

Reported by: Marek Grodny Owned by:
Priority: Normal Milestone:
Component: UI : Toolbar Version: 4.0 Beta
Keywords: Firefox Cc:

Description

In inline mode after opening and closing any richcombo UI component, CKEditor doesn't hide its toolbars on clicking outside of element being edited.

Steps to reproduce:
1) open inline demo at http://ckeditor.com/demo#inline
2) click on top right editable paragraph
3) click on Styles combo to open it
4) again click on Styles combo to close it
5) click outside of editable element

Current behaviour:
CKEditor doesn't hide itself.

Expected behaviour:
CKEditor should hide itself.

How to fix it:
In plugins/richcombo/plugin.js, panel.onHide closure add line:

me.editorFocus && editor.focus();

after line:

me._.on = 0;

Change History (4)

comment:1 Changed 11 years ago by Piotrek Koszuliński

Keywords: richcombo removed
Status: newconfirmed
Version: 4.1.1

Reproducible on FF. Couldn't reproduce on Webkit and Opera.

comment:2 Changed 11 years ago by Jakub Ś

Keywords: Firefox added
Version: 4.0 Beta

Problem can be reproduced in Firefox only from CKEditor 4.0 beta.

comment:3 Changed 10 years ago by F21

Version: 4.0 Beta4.4.0

Any update on this one? We are finding this behaviour to be confusing as well.

comment:4 Changed 10 years ago by Piotrek Koszuliński

Version: 4.4.04.0 Beta

Please not change the version. It's for us and it means the first version in which the bug is reproducible.

There are no updates regarding this ticket. We're focused on other ones (see roadmap). You can send us a pull request on Github in order to speed up fixing this ticket.

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