Project 'gitlab-org/gitlab-ce' was moved to 'gitlab-org/gitlab-foss'. Please update any links and bookmarks that may still have the old path.
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
bar</p>
References
- Render Description Realtime
, https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10865 - Refactored issue realtime elements, https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/11242
Why was this MR needed?
- The issue description was flashing on page load
Does this MR meet the acceptance criteria?
- Tests
-
Added for this feature/bug -
All builds are passing
-
-
Conform by the merge request performance guides -
Conform by the style guides -
Branch has no merge conflicts with master
(if it does - rebase it please) -
Squashed related commits together
What are the relevant issue numbers?
Closes #33265 (closed)
Edited by Eric Eastwood
Merge request reports
Activity
@iamphill Disregard EE
master
check. This picks into9-2-stable-ee
cleanly.^ Reference for how to track 9.2.5 https://gitlab.slack.com/archives/C0XM5UU6B/p1496824073588979
@iamphill https://dev.gitlab.org/gitlab/gitlabhq/merge_requests/2116 has been merged. Ready to go in
mentioned in commit d549fbc7
mentioned in issue #33450 (closed)
Removing ~"Pick into Stable" assuming that this is already in
9-2-stable
. @iamphill please add the label back if I'm wrong.@timothyandrew Yes you are right, it doesn't need it.
mentioned in issue #33265 (closed)
added devopsplan label
Please register or sign in to reply