Opened 10 years ago
Last modified 10 years ago
#12114 confirmed Bug
image2 widget (align left/center/right) does not lose focus on IE8-11 in order to write text if alone
Reported by: | Daniele Arancia | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Widgets | Version: | 4.3 |
Keywords: | IE | Cc: |
Description
I found following bug:
- go to http://ckeditor.com/demo#widgets, "Enhanced Image" ckeditor
- remove all the content in the editor (ctrl+a => del)
- click on image2 plugin button in the toolbar
- choose an image from server, click on align left (or center or right) and then insert the image in the editor
- click outside the image in the editor => widget does not lose focus, so user can't start writing (in order to write, you have to press the right arrow in the keyboard)
Thanks Daniele
Change History (2)
comment:1 Changed 10 years ago by
Keywords: | IE added |
---|---|
Status: | new → confirmed |
Summary: | image2 widget (align left/center/right) does not lose focus on IE12 in order to write text if alone → image2 widget (align left/center/right) does not lose focus on IE8-11 in order to write text if alone |
Version: | → 4.3 |
comment:2 Changed 10 years ago by
Seeing this in Chrome 37, as well.
Also seeing a more general defocusing issue with several widgets, which may be related.
Problem can be reproduced from CKEditor 4.3 in IE9-11.
When you insert aligned to right image2 widget then there is no possibility to remove focus from such image with click but it is possible to do it with arrows.
In IE8 this problem is more visual. Border is still on image but cursor blinks on the left. Once you start typing, with first character press border is gone and then you can type normally.