Edgewall Software

Ticket #4790 (new defect)

Opened 21 months ago

Last modified 9 months ago

a blockquote after a list gets nested into two <blockquote> tags

Reported by: Gary Wilson <gary.wilson@…> Owned by: cboos
Priority: high Milestone: 0.13
Component: wiki system Version:
Severity: normal Keywords: blockquote paragraph
Cc: gary.wilson@…

Description

This text:

a list:
 * item 1
 * item 2

  a blockquote after a list

turns into:

<p>
a list:
</p>
<ul><li>item 1
</li><li>item 2
</li></ul><blockquote>
<blockquote>
<p>
a blockquote after a list
</p>
</blockquote>
</blockquote>

Same thing happens for a blockquote following a blockquote following a list:

a list:
 * item 1
 * item 2

  a blockquote after a list

  a blockquote after a blockquote after a list

turns into:

<p>

a list:
</p>
<ul><li>item 1
</li><li>item 2
</li></ul><blockquote>
<blockquote>
<p>
a blockquote after a list
</p>
</blockquote>
</blockquote>
<blockquote>
<blockquote>
<p>
a blockquote after a blockquote after a list
</p>
</blockquote>
</blockquote>

Attachments

Change History

Changed 21 months ago by cboos

  • keywords blockquote added
  • owner changed from jonas to cboos
  • milestone set to 0.11

Right, there should be only one level of indentation in the quote.

Changed 18 months ago by cboos

  • milestone changed from 0.11 to 0.12

WikiEngine refactoring and related fixes postponed.

Changed 9 months ago by cboos

  • keywords paragraph added
  • priority changed from normal to high

#6887 provides additional examples and discussion about the expected behavior of blank lines in block level markup.

Add/Change #4790 (a blockquote after a list gets nested into two <blockquote> tags)

Author



Change Properties
<Author field>
Action
as new
as The resolution will be set. Next status will be 'closed'
to The owner will change from cboos. Next status will be 'new'
The owner will change from cboos to anonymous. Next status will be 'assigned'
 
Note: See TracTickets for help on using tickets.