Opened 13 years ago

Last modified 10 years ago

#7101 confirmed Bug

Horizontal line moved outside blockquote

Reported by: Krzysztof Studnik Owned by:
Priority: Normal Milestone:
Component: Core : Selection Version: 3.0
Keywords: Cc:

Description

Test case:

  • enter two paragraphs of text
  • set cursor at the end of first paragraph
  • insert horizontal line

Result of above should be:

<p>test1</p>
<hr />
<p>test2</p>
  • Press "select all" or Crel+A
  • press "Block Quote" button

Selected text is set as quote, but horizontal line is moved outside quotation
Actual result

<blockquote>
	<p>text^</p>
	<p>test</p>
</blockquote>
<hr />

Expected result

<blockquote>
	<p>text^</p>
	<hr />
	<p>test</p>
</blockquote>

Change History (2)

comment:1 Changed 13 years ago by Tobiasz Cudnik

Status: newconfirmed

comment:2 Changed 10 years ago by Piotrek Koszuliński

Still reproducible on 4.3.2.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy