You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually, HTML allows <caption> only inside <table>s (https://developer.mozilla.org/en-US/docs/Web/HTML/Element/caption) so, the parser will always convert it in a text node, indeed the real issue is not the caption but the render of the text node in grapesjs.
This will produce the same effect
hy @artf thanks for your reply.
actually after <caption> problem, i found another problems with table, i cant drag and drop <tr> to the <table>, and <th> <td> to the <tr>
Version:
0.16.18
Are you able to reproduce the bug from the demo?
[x ] Yes
https://jsfiddle.net/triawarman/tmcoqxhp/
What is the expected behavior?
When drag "caption" block to canvas, will add element
<caption>Insert text here</caption>
What is the current behavior?
Adding text "Insert text here" directly to the canvas, even before drop "caption" block to the canvas.
Describe the bug detailed
not adding "caption" element to the canvas
The text was updated successfully, but these errors were encountered: