Opened 9 years ago
Closed 8 years ago
#14261 closed Bug (expired)
IE9/IE11 Enter_BR cursor doesn't go to the next line
Reported by: | Jennifer | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Keystrokes | Version: | |
Keywords: | Cc: |
Description
Related to a closed ticket, http://dev.ckeditor.com/ticket/7433, but the behavior occurs when enter key is pressed, not shift+enter.
In ENTER_BR mode, when the user presses the Enter Key at the end of the line, the cursor doesn't go to the next. Instead, the cursor behaves as if the Space key is pressed. The cursor only moves at the next line when the user continues to type after the Enter key.
This issue is intermittent, but it occurs more often if there's a postback that occurs in the page.
Steps to reproduce
- Get the 4.5.6 standard version of ckeditor
- In config.js add line: config.enterMode = CKEDITOR.ENTER_BR
- In the page with the ckeditor loaded, cause a postback (I did so by pressing the Enter while having focus on a button)
- Tab over (not mouse click) to the ckeditor and type something and press Enter.
Expected result
The cursor goes to the next line.
Actual result
The cursor stays on the same line
Other details (IE9, IE11, CKEditor version 4.5.6, ASP.NET)
Change History (3)
comment:1 Changed 9 years ago by
Summary: | IE9/IE11 Enter_BR cursor doesn't go to the next page → IE9/IE11 Enter_BR cursor doesn't go to the next line |
---|
comment:2 Changed 9 years ago by
Status: | new → pending |
---|---|
Version: | 4.5.6 |
comment:3 Changed 8 years ago by
Resolution: | → expired |
---|---|
Status: | pending → closed |
I could not reproduce this issue. Could you provide reduced sample file/application showing this problem?