Opened 11 years ago
Closed 11 years ago
#11073 closed Bug (duplicate)
Chrome - Cursor doesn't start blinking on focus
Reported by: | Paul Korzhyk | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Here's a jsfiddle to reproduce the issue: http://jsfiddle.net/paulftw/H2szq/
Sometimes (more often than not) when I click in the middle of the editor window cursor does not start blinking. If I type at least one character - it shows up and works as expected.
I can reproduce it reliably under Chrome 30 + windows7. Firefox and IE9 work as expected
Change History (2)
comment:2 Changed 11 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Version: | 4.2 |
It was fixed in CKEditor 4.2.2 in #10945.
Using devtools I've discovered that cke_focus class is not added to the top level div while cursor is missing. So it's not just chrome's cursor issue - javascript reacts to click event in a different way in chrome, depending on where you click.