Opened 14 years ago
Last modified 11 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 14 years ago by
Status: | new → confirmed |
---|
Still reproducible on 4.3.2.