Opened 13 years ago

Last modified 13 years ago

#6460 confirmed Bug

IE: Shift+Enter and nestes lists issue

Reported by: Tobiasz Cudnik Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: IE Cc: kenny.demetter@…

Description

In IE6 there's Shift+Enter and nestes lists issue.

Steps to reproduce

  1. Use following contents with selection:
    <ul>
    	<li>
    		test 1^
    		<ul>
    			<li>
    				test 11</li>
    			<li>
    				test 12</li>
    		</ul>
    	</li>
    </ul>
    
  2. Press Shift+Enter

Expected: New line (not a list item) below "test 1" is created.

Actual: Cursor is moves into the "test 11" line.

Change History (1)

comment:1 Changed 13 years ago by Tobiasz Cudnik

Status: newconfirmed
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