Opened 9 years ago
Last modified 9 years ago
#14412 confirmed Bug
<blockquote> breaks into 2 <blockquote> when you increase indent for Blockquote
Reported by: | Satya Minnekanti | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.0 |
Keywords: | IBM | Cc: | Irina, chrisgui |
Description
Steps to reproduce
This is happening with <blockquote> containing several lines of <br> and <div>.
Copy below code,paste in source mode & Go to Rich Text
<div dir="ltr"> aaaaaaaaaaaaaaaaaaaa <blockquote> bbbbbbbbb<br/> ccccccccc<br/> ddddddddd<br/> eeeeeeeee<br/> <div> ffffffffff </div> </blockquote> </div>
Select the Blockquote using Elements path bar & click on Increase Indent button.
Issue: Block quote <blockquote> broken into 2 like:
<div dir="ltr">aaaaaaaaaaaaaaaaaaaa <blockquote style="margin-left: 40px;">bbbbbbbbb<br /> ccccccccc<br /> ddddddddd<br /> eeeeeeeee</blockquote> <blockquote> <div style="margin-left: 40px;">ffffffffff</div> </blockquote> </div>
Problem can be reproduced from CKEditor 3.0 in all browsers.