Image2: Buggy showblocks integration
- Open samples/plugins/image2/image2.html
- 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>
- Click show blocks.
- It's simply just DIV.
- Now use the following code:
<p style="text-align:center"><img alt="Saturn V" src="assets/image1.jpg" width="200" /></p>
- Click show blocks.
- Note it's DIV > P. Expected: P.
Change History (2)
Resolution: |
→ duplicate
|
Status: |
new →
closed
|
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.