Skip to content

Commit e62a112

Browse files
kemister85ltroutonabhinavgandham
authored
DOC-2578: Fixed CSS Bundling for Skin UI Content CSS. (#3537)
* DOC-2578: Fixed CSS Bundling for Skin UI Content CSS. * Update modules/ROOT/pages/7.6.0-release-notes.adoc * Update modules/ROOT/pages/7.6.0-release-notes.adoc Co-authored-by: ltrouton <[email protected]> * Update modules/ROOT/pages/7.6.0-release-notes.adoc Co-authored-by: CODE:AG <[email protected]> * Update modules/ROOT/pages/7.6.0-release-notes.adoc Co-authored-by: CODE:AG <[email protected]> --------- Co-authored-by: ltrouton <[email protected]> Co-authored-by: CODE:AG <[email protected]>
1 parent b746993 commit e62a112

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,19 @@ Previously, there was an issue where changes to the row type in numbered tables
234234

235235
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.
236236

237+
=== Fixed CSS Bundling for Skin UI Content CSS
238+
239+
// #TINY-11558
240+
241+
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.
242+
243+
The root cause was a misconfiguration of resource keys for the CSS bundling JS files and CSS loading logic in {productname} core. As a result, bundled editors failed to load the necessary styles, causing the resize handles to remain hidden.
244+
245+
This issue affected {productname} versions earlier than 7.1.0.
246+
247+
{productname} {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.
248+
249+
237250
[[security-fixes]]
238251
== Security fixes
239252

0 commit comments

Comments
 (0)