Ticket #139 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years 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

comment:1 Changed 4 years ago by jf.hovinne

  • Status changed from new to assigned
  • Milestone changed from 0.6 to 0.5

comment:2 Changed 4 years ago by jf.hovinne

  • Priority changed from minor to major

comment:3 Changed 4 years 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.