Opened 8 years ago

Last modified 8 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>

Change History (1)

comment:1 Changed 8 years ago by Jakub Ś

Status: newconfirmed
Version: 4.5.73.0

Problem can be reproduced from CKEditor 3.0 in all browsers.

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