Opened 8 years ago
Closed 8 years ago
#16473 closed Bug (wontfix)
Cannot position cursor with mouse using Edge browser if CKEdit instance is contained inside a draggable DIV
Reported by: | ianbale | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Focus | Version: | |
Keywords: | Cc: |
Description
Steps to reproduce
- Use Edge browser
- Create a DIV with attribute draggable=true
- Create a ckedit instance inside the draggable div
- Add some text to edit region
- click somewhere in the text
Expected result
cursor should move to the clicked position
Actual result
cursor does not move
Other details (browser, OS, CKEditor version, installed plugins)
I'm using 4.5.11 and Edge on Windows 10
NOTE: The cursor can be moved using the arrow keys. Just not with the mouse.
Change History (1)
comment:1 Changed 8 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Version: | 4.5.11 |
You will get the same result with native contenteditable element. You can try below HTML with no editor used.
I'm sorry but this is not editor issue. This is a problem with browsers handling
draggable
andcontenteditable
elements together. From what I can see, IE11, Edge and Firefox have problem with that.