Opened 13 years ago

Closed 13 years ago

#7618 closed Bug (fixed)

Unwanted bullet added to a list containing different paragraph formats.

Reported by: James Cunningham Owned by:
Priority: Normal Milestone:
Component: Core : Lists Version: 3.1
Keywords: IBM FF Safari Cc: Damian, Satya Minnekanti, Teresa Monahan

Description

Steps to reproduce the defect:

  1. Open the Ajax sample in Firefox or Safari.
  1. Paste in the following code:
<ul>
	<li>
		<h1>
			item 1</h1>
		<ul>
			<li>
				<h2>
					item 2</h2>
			</li>
		</ul>
	</li>
</ul>
  1. Place the cursor at the end of the first list item & hit Enter.

Expected: A new list item is created so the list should now contain 3 list items with a bullet before each list item.

Actual: A new bullet is displayed before the second list item i.e. the second list item now has 2 bullets displayed before it. (see screenshot)

Attachments (1)

double bullet defect.JPG (34.0 KB) - added by James Cunningham 13 years ago.

Download all attachments as: .zip

Change History (4)

Changed 13 years ago by James Cunningham

Attachment: double bullet defect.JPG added

comment:1 Changed 13 years ago by Garry Yao

Status: newconfirmed
Version: 3.5.4 (SVN - trunk)3.1

This's something worthy to fix while it's definitely not a trunk regression.

comment:2 Changed 13 years ago by Satya Minnekanti

This looks fixed now. please close this ticket

comment:3 Changed 13 years ago by Jakub Ś

Resolution: fixed
Status: confirmedclosed
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