Skip to content

Commit 94bda97

Browse files
committed
DOC-3223: Some UI elements related to dragging elements were not properly filtered out when fetching content.
1 parent 823843b commit 94bda97

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,13 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a
111111

112112
// CCFR here.
113113

114+
=== Some UI elements related to dragging elements were not properly filtered out when fetching content
115+
// #TINY-12384
116+
117+
In {productname} {release-version}, an issue was resolved where elements used by the table resize feature were not flagged for removal by the serializer. When content was fetched via a `+getContent()+` call during an active table resize, these transient UI nodes could be included in the returned HTML, leading to extraneous markup and potentially corrupted data.
118+
119+
The fix marks these elements with bogus attributes so the serializer reliably filters them out, ensuring clean, stable content retrieval and preventing unintended artifacts in saved or processed output.
120+
114121

115122
[[security-fixes]]
116123
== Security fixes

0 commit comments

Comments
 (0)