Opened 15 years ago

Closed 15 years ago

#3622 closed Bug (fixed)

enterBr when content selected incorrect

Reported by: Garry Yao Owned by: Garry Yao
Priority: Normal Milestone: CKEditor 3.0
Component: UI : Enter Key Version:
Keywords: Confirmed Review+ Cc:

Description

Reproducing Procedures

  1. Open the replace by class example page;
  2. Press on 'Select All',and press Shift-Enter.
    • Expected Result : The selected content is replaced with a br.
    • Actual Result : The selected content is still there.

Attachments (1)

3622.patch (1.2 KB) - added by Garry Yao 15 years ago.

Download all attachments as: .zip

Change History (5)

comment:1 Changed 15 years ago by Garry Yao

Status: newassigned

When we intercepting keystrokes and finally stopping the event, we need to make sure the default behavior is always achieved, here we should make sure the selected content is removed after the key press before we do anything.

Changed 15 years ago by Garry Yao

Attachment: 3622.patch added

comment:2 Changed 15 years ago by Garry Yao

Keywords: Review? added

comment:3 Changed 15 years ago by Frederico Caldeira Knabben

Keywords: Review+ added; Review? removed

comment:4 Changed 15 years ago by Garry Yao

Resolution: fixed
Status: assignedclosed

Fixed with [3978]. Click here for more info about our SVN system.

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