Login
or
register
Overview
Introduction
Features
Credits
License
This Wiki
Status
News
Releases
Change Log
Recent Wiki Edits
User Guide
Installation
Command Line
Using as a Module
Integration
Reporting Bugs
Advanced
Mailing List
Source Code
Test Suite
Extensions
Extensions
Writing Extensions
Available Extensions
Related Projects
Tickets
▹ 000053
Nested list parser misorders some items.
Anonymous users must enter
captcha
below.
Don't put anything here
Don't put anything here
Ticket Information
Ticket Title
The following input produces broken output: * list item 1 * list item 2 * list item 3 * list item 4 * list item 4-1 * list item 4-2 * list item 4-3 Paragraph for list item 4-3 Paragraph under list item 4 The first child of 'list item 4' (a paragraph that contains the text 'list item 4') is placed after the sublist rather than before it. Here's the actual output (with extra whitespace for clarity): <ul> <li>list item 1</li> <li>list item 2</li> <li>list item 3</li> <li> <ul> <li>list item 4-1</li> <li>list item 4-2</li> <li> <p>list item 4-3</p> <p>Paragraph for list item 4-3</p> </li> </ul> <p>list item 4</p> <!-- OFFENDING LINE HERE --> <p>Paragraph under list item 4</p> </li> </ul> Here's the expected output: <ul> <li>list item 1</li> <li>list item 2</li> <li>list item 3</li> <li> <p>list item 4</p> <!-- CORRECT PLACEMENT HERE --> <ul> <li>list item 4-1</li> <li>list item 4-2</li> <li> <p>list item 4-3</p> <p>Paragraph for list item 4-3</p> </li> </ul> <p>Paragraph under list item 4</p> </li> </ul>
Reported by
Assigned to
Status
open
someday
resolved
closed
Resolution
n.a.
fixed
wontfix
Advanced Fields
Don't put anything here
Priority
unassigned
high
medium
low
Resolution Explanation
Component
About This Edit
Minor Edit
Don't put anything here
Edit Summary
Don't put anything here
Don't put anything here
save
preview
cancel
Powered by
Sputnik
|
XHTML 1.1