Active
Project:
Web Experience Toolkit
Version:
6.3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 May 2026 at 19:55 UTC
Updated:
6 May 2026 at 20:39 UTC
Jump to comment: Most recent
When the WxT Panel widget is activated for a ckeditor5 enabled text format we're seeing panel markup being transformed from
<section class="panel panel-default pull-right">
<header class="panel-heading">
<h5 class="panel-title">
Here's some text.
</h5>
</header>
</section>to
<section class="panel panel-default">
<header class="panel-heading">
Here's some text.
</header>
</section>
upgrade to WxT 6.3.x or 6.2.x / 6.1.x (confirmed) / possibly also 5.6.x / 5.4.x
Verify in your text format (usually Full HTML or Rich text) , if the WxT Panel is enabled then observe the issue summary illustrated before/after behavior.
Now, remove WxT Panel from the Rich Text/Full HTML text format, save it.
After removing WxT Panel, the before is the same as the after (as expected).
Remove WxT Panel from the text format as a workaround
Improve the WxT Panel code.
See explanations above.
See the code for WxT Panel widget for ckeditor5
N/A
Comments
Comment #2
joseph.olstadComment #3
joseph.olstadAND