Skip to content

Fix description flash with newline differences (HTML entities)

What does this MR do?

  • Fix description flash with newline differences

Are there points in the code the reviewer needs to double check?

When grabbed from innerHTML

<p dir="auto">foo
bar</p>

From the API (HTML entities)

<p dir="auto">foo&#x000A;bar</p>

References

Why was this MR needed?

  • The issue description was flashing on page load

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #33265 (closed)

Edited by username-removed-892863

Merge request reports