Opened 12 years ago
Closed 11 years ago
#10345 closed Bug (fixed)
focus event is not always fired in chrome
Reported by: | Jeff Fournier | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Focus | Version: | 4.0 |
Keywords: | Webkit Opera | Cc: |
Description
If there's no text in the editor and you click, for exemple, in the lower part of the textArea, the focus event will not be fired in chrome. I think it has something to do with the body of the iframe not taking 100%.
I attached the replaceByCode.html sample that I edited to show the bug. The toolbar is collapse at startup and will expand on the focus event and collapse again on the blur event. When there's no text, a lot of time you will click in the editor and the toolbar will not expand.
Attachments (1)
Change History (5)
Changed 12 years ago by
Attachment: | replacebycode.html added |
---|
comment:1 Changed 12 years ago by
Keywords: | Webkit Opera added |
---|---|
Status: | new → confirmed |
Version: | 4.1 → 4.0 |
comment:2 Changed 11 years ago by
I can reproduce this issue with ckeditor 4.2.2 and Chrome 30.
Is there a plan to fix or should I look at doing something myself?
comment:3 Changed 11 years ago by
Actually, I had reproduced with 4.2. With 4.2.2 it is fixed for me.
comment:4 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | confirmed → closed |
works for me too in CKe 4.2.2.
Problem can be reproduced in Webkit and Opera from CKEditor 4.0. It works in CKE 3.x branch.