Opened 8 years ago
Last modified 8 years ago
#16942 new Bug
Cursor gets stuck in inline widget
Reported by: | Gert Sallaerts | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Widgets | Version: | 4.6.2 |
Keywords: | widget inline cursor stuck placeholder | Cc: |
Description
Steps to reproduce
- Go to http://sdk.ckeditor.com/samples/placeholder.html
- Start a new paragraph by placing the cursor after "hours." and pressing enter
- Click the insert placeholder button in toolbar, type "test", click ok to instert
- Place the cursor below the placeholder, so it's somewhere in the middle under the placeholder on the next line (after "Sh" for example)
- Press up key on keyboard
Expected result
Cursor is either in front of the placeholder widget or skips it and jumps to the line above.
Actual result
- Cursor is stuck. Inside the placeholder I think, because the bottom bar displays: "body p placeholder"
- You can't move the cursor using the arrow keys, nor can you type in any text
- You have to use the mouse and click somewhere to be able to continue editing
Other details (browser, OS, CKEditor version, installed plugins)
- OSX 10.11
- Chrome 57.0.2987.110 (64-bit)
- Safari 10.1 (11603.1.30.0.34)