Opened 15 years ago

Last modified 14 years ago

#3379 confirmed Bug

[IE] Select all command problem

Reported by: Garry Yao Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: IE Webkit Cc:

Description

'Select all'/Ctrl-A command is not consistence between FF and IE.

Reproducing Procedures

  1. Open the replace by class example page;
  2. Click on 'Select All' command, then press 'Del' key.
    • Actual Result: There's still a paragraph inside document.

Change History (3)

comment:1 in reply to:  description Changed 15 years ago by Garry Yao

Keywords: Webkit added

This problem also affected webkit:

  1. Open the replace by code example page;
  2. Insert a new list, type some text into the first list item;
  3. Click on 'Select All' command, then press 'Del' key.
    ^text
    <table border="1" cellpadding="1" cellspacing="1" style="width: 200px;">
    	<tbody>
    		<tr>
    			<td>
    				text</td>
    		</tr>
    	</tbody>
    </table>
    text^
    
  • Actual Result: There's a list item in the document.

comment:2 Changed 15 years ago by Frederico Caldeira Knabben

Milestone: CKEditor 3.0CKEditor 3.x

comment:3 Changed 14 years ago by Frederico Caldeira Knabben

Milestone: CKEditor 3.x

Milestone CKEditor 3.x deleted

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