Opened 9 years ago
Closed 9 years ago
#13863 closed Bug (invalid)
Cursor doesn't dissapear after unfocusing on background svg
Reported by: | Denis Nefёdov | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Steps to reproduce
- Focus on editor
- Unfocus editor by clicking on background svg at the moment when cursor is visible (!)
Expected result
Cursor should be hidden
Actual result
Cursor is not hidden
Other details (browser, OS, CKEditor version, installed plugins)
One could recreate this bug here http://jsfiddle.net/denova/go3kzpyt/
Not hidden cursor also is shown on CKEditor-unfocus-cursor-bug.png attached image.
Presented svg is bigger than CKeditor space, so place for unfocusing exists.
Used last CKEditor version from cdn (in jsfiddle's 'external resourses').
I use windows 7 x64 Professional, Google Chrome 46.0.2490.71 m.
Thanks!
Attachments (1)
Change History (2)
Changed 9 years ago by
Attachment: | CKEditor-unfocus-cursor-bug.png added |
---|
comment:1 Changed 9 years ago by
Keywords: | unfocus blur svg removed |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Version: | 4.5.4 |
I'm sorry but this is browser issue as its responsible for rendering.
Although I haven't been able to reproduce this with native contenteditable element this is still browser issue. This is some weird mixture of svg, contenteditable element and perhaps events fired by editor that cause Chrome to leave cursor behind.
Please report it to Chrome team.
Not hidden cursor is visible after unfocusing