Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#10852 closed Bug (duplicate)

Image2: Buggy showblocks integration

Reported by: Olek Nowodziński Owned by:
Priority: Normal Milestone:
Component: General Version: 4.3 Beta
Keywords: Cc:

Description

  1. Open samples/plugins/image2/image2.html
  2. Use the following code:
    <figure class="caption" style="float:right"><img alt="Saturn V" src="assets/image1.jpg" width="200" />
    <figcaption>Roll out of Saturn V on launch pad</figcaption>
    </figure>
    
  3. Click show blocks.
  4. It's simply just DIV.
  5. Now use the following code:
    <p style="text-align:center"><img alt="Saturn V" src="assets/image1.jpg" width="200" /></p>
    
  6. Click show blocks.
  7. Note it's DIV > P. Expected: P.

Change History (2)

comment:1 Changed 11 years ago by Piotrek Koszuliński

Resolution: duplicate
Status: newclosed

Closing this in favor of more generic #10884.

BTW. Showblock does not show figcaption or figure. So the only issue is that widget wrapper is shown.

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

Milestone: CKEditor 4.3
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