Opened 12 years ago
Last modified 11 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 12 years ago by
Keywords: | richcombo removed |
---|---|
Status: | new → confirmed |
Version: | 4.1.1 |
comment:2 Changed 12 years ago by
Keywords: | Firefox added |
---|---|
Version: | → 4.0 Beta |
Problem can be reproduced in Firefox only from CKEditor 4.0 beta.
comment:3 Changed 11 years ago by
Version: | 4.0 Beta → 4.4.0 |
---|
Any update on this one? We are finding this behaviour to be confusing as well.
comment:4 Changed 11 years ago by
Version: | 4.4.0 → 4.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.
Reproducible on FF. Couldn't reproduce on Webkit and Opera.