Skip to content

Commit c16a477

Browse files
committed
DOC-2578: Fixed CSS Bundling for Skin UI Content CSS.
1 parent 3635249 commit c16a477

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

modules/ROOT/pages/7.6.0-release-notes.adoc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,18 @@ Previously, there was an issue where changes to the row type in numbered tables
183183

184184
In {productname} {release-version}, this issue has been resolved by removing the restriction on changing the row type from a `+contentEditable="false"+` cell. As a result, changes to the row type are now correctly applied.
185185

186+
== Fixed CSS Bundling for Skin UI Content CSS
187+
188+
// #TINY-11558
189+
190+
In self-hosted React setups, image resize handles were not displayed when using bundled {productname} editors. This issue impacted the usability of features such as image resizing.
191+
192+
The root cause was identified as a misconfiguration in the `stylesheetLoader`, which incorrectly checked for the `content/default/content.css` stylesheet instead of the required `ui/default/content.css`. As a result, bundled editors failed to load the necessary styles, causing the resize handles to remain hidden.
193+
194+
This issue affected {productname} versions earlier than 7.1.0.
195+
196+
{prodcutname} {release-version} resolves this issue by updating the `stylesheetLoader` to correctly load the `ui/default/content.css` stylesheet, ensuring that image resize handles are displayed as expected.
197+
186198

187199
[[security-fixes]]
188200
== Security fixes

0 commit comments

Comments
 (0)