-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 5.9.6-SNAPSHOT
-
Fix Version/s: 6.0
-
Component/s: Style & CSS
-
Tags:
-
Sprint:Design Sprint 5.9.6-1&2
The TinyMce has a fixed width in px, so it can't fit its container.
See screenshot (due to changes from NXP-14966).
In the richtext_with_mimetype_widget_template.xhtml, this is the fixed value:
<c:set var="width" value="#{nxu:test(!empty widgetProperty_width, widgetProperty_width, '700')}" />
But if I change the value in 100% or auto, it disables the tinyMce and display a simple textarea.