Skip to content
Snippets Groups Projects

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 Eric Eastwood

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading