Opened 10 years ago

Last modified 10 years ago

#11162 confirmed Bug

"Ctrl + A" and then "Del" works differently in FF and Chrome

Reported by: Wiktor Walc Owned by:
Priority: Normal Milestone:
Component: General Version: 3.0
Keywords: Blink Webkit Cc:

Description

Take the Apollo sample, select all and delete it. In Chrome the <h1> element is left in wysiwyg area, while in Firefox there is a <p> element, as one would expect.

Ctrl+A + Del for me is like a "New Page" functionality, when it is not available in a toolbar. I just want to erase whatever I wrote and start from scratch.

Change History (2)

comment:1 Changed 10 years ago by Jakub Ś

Keywords: Blink Webkit added
Status: newconfirmed
Version: 3.0

This is happening in browsers by default (just try plain contenteditable div) so if we are going to fix this we would have to provide "patch against native behaviour".

Similar issues for this browser difference - #8439 and #8440.

Currently (in CKE 4.2.2) it is possible to remove h1 with double Backspace or Delete and Backspace.

This behaviour is typical for Blink and Webkit.

comment:2 Changed 10 years ago by Piotrek Koszuliński

Another related issue: #11522.

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