Fix loading screen background and placeholder in immersive editor
What does this MR do and why?
This MR fixes two UI issues with the rich text editor in immersive mode:
- the loading state now has the same background as the editor itself (avoiding a little blink on load)
- the placeholder is now centered the same as the text
References
Closes #590813 (closed)
Screenshots or screen recordings
| Before | After |
|---|---|
![]() |
![]() |
How to set up and validate locally
- Enable wiki immersive editor with
echo "Feature.enable(:wiki_immersive_editor)" | rails c - Open or create a wiki inside a project or group at "Plan > Wiki"
- create a new wiki page. You may need to select "Switch to rich text editing"
- Observe the loading screen and placeholder
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Edited by Janis Altherr

