Opened 10 years ago
Closed 10 years ago
#13657 closed Bug (duplicate)
Return Key in IE10 inserts multiple line-breaks
Reported by: | Max | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Enter Key | Version: | 4.5.2 |
Keywords: | Cc: | developers@… |
Description
Steps to reproduce
- Open http://sdk.ckeditor.com/samples/inline.html in IE 10
- Click on "Start Editing"
- Press Return Key on the keyboard (one line-break is inserted)
- Click on "Finish Editing"
- Click on "Start Editing"
- Press Return Key on the keyboard (two line-breaks are inserted)
Repeating steps 4-6 will insert one more line-break per repeat step.
Expected result
Return Key should always only insert one line-break.
Actual result
see above.
Other details (browser, OS, CKEditor version, installed plugins)
Browser is Internet Explorer 10 on Windows 7.
This is in fact a duplicate of #10093.