Opened 8 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

  1. Get the 4.5.6 standard version of ckeditor
  2. In config.js add line: config.enterMode = CKEDITOR.ENTER_BR
  3. In the page with the ckeditor loaded, cause a postback (I did so by pressing the Enter while having focus on a button)
  4. 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 8 years ago by Jennifer

Summary: IE9/IE11 Enter_BR cursor doesn't go to the next pageIE9/IE11 Enter_BR cursor doesn't go to the next line

comment:2 Changed 8 years ago by Jakub Ś

Status: newpending
Version: 4.5.6

I could not reproduce this issue. Could you provide reduced sample file/application showing this problem?

comment:3 Changed 8 years ago by Jakub Ś

Resolution: expired
Status: pendingclosed
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy