Skip to content

Commit 0d8588a

Browse files
authored
DOC-3223: Some UI elements related to dragging elements were not properly filtered out when fetching content. (#3881)
1 parent d0eb290 commit 0d8588a

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
@@ -155,6 +155,13 @@ For an example of using custom elements with block-level and inline-level compon
155155

156156
// CCFR here.
157157

158+
=== Some UI elements related to dragging elements were not properly filtered out when fetching content
159+
// #TINY-12384
160+
161+
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.
162+
163+
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.
164+
158165
=== The cursor could get stuck around an absolutely positioned CEF element when navigating using arrow keys
159166
// #TINY-10306
160167

0 commit comments

Comments
 (0)