Opened 14 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:
- Open the Ajax sample in Firefox or Safari.
- Paste in the following code:
<ul> <li> <h1> item 1</h1> <ul> <li> <h2> item 2</h2> </li> </ul> </li> </ul>
- 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)
Change History (4)
Changed 14 years ago by
Attachment: | double bullet defect.JPG added |
---|
comment:1 Changed 14 years ago by
Status: | new → confirmed |
---|---|
Version: | 3.5.4 (SVN - trunk) → 3.1 |
comment:3 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | confirmed → closed |
This's something worthy to fix while it's definitely not a trunk regression.