Ticket #139 (closed defect: fixed)

Opened 21 months ago

Last modified 21 months ago

Blockquotes are merged

Reported by: Hatachy Owned by: jf.hovinne
Priority: major Milestone: 0.5
Component: editor Version: trunk
Keywords: blockquote Cc:

Description

The editor merges two blockquotes (or blocks if a blockquote follows) on submit.

example 1:

blockquote
- p
blockquote
- p

=> results in

blockquote
- p
- p

example 2:

blockquote
- p
p
blockquote
- p

=> results in

blockquote
- p
- p
blockquote
- p

Change History

Changed 21 months ago by jf.hovinne

  • status changed from new to assigned
  • milestone changed from 0.6 to 0.5

Changed 21 months ago by jf.hovinne

  • priority changed from minor to major

Changed 21 months ago by jf.hovinne

  • status changed from assigned to closed
  • resolution set to fixed

Was a bug in the XHTML parser. Fixed in r568.

Note: See TracTickets for help on using tickets.