Opened 11 years ago
Closed 11 years ago
#10908 closed Bug (expired)
Webkit (Chrome and Safari) focus bug.
Reported by: | Igor | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Editable | Version: | |
Keywords: | Cc: |
Description
When clicking outside typed/inserted content in editor (exactly textarea under tools panel) - focus not firing properly. Blinking caret appears, but you cannot activate context menu or use method insertText(). (I mean you CAN use it, but in my situation there need to be name of focused field (whether CKEditor or input nearby), where code must insert some text) After several days in google I found that this is common unfixed problem, especially for version >3.0 And it becomes rather annoying when using code for inserting placeholders between editors or textareas and one CKEditor. Can it be somehow fixed?
Change History (2)
comment:1 Changed 11 years ago by
Status: | new → pending |
---|---|
Version: | 4.2.1 |
comment:2 Changed 11 years ago by
Resolution: | → expired |
---|---|
Status: | pending → closed |
Could you please provide exact steps to reproduce this issue?
Please explain in plain steps what to do to reproduce this problem, what result is expected and what is actual result.
If this requires reduced sample HTML page please provide such.