Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed placeholder descenders being cut off in nested editors #1059

Merged
merged 1 commit into from
Nov 9, 2023

Conversation

sanne-san
Copy link
Member

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (64af469) 92.30% compared to head (cdc016e) 92.30%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1059   +/-   ##
=======================================
  Coverage   92.30%   92.30%           
=======================================
  Files         171      171           
  Lines       16117    16117           
  Branches     1473     1473           
=======================================
  Hits        14877    14877           
  Misses       1232     1232           
  Partials        8        8           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sanne-san sanne-san merged commit 44afd52 into main Nov 9, 2023
2 checks passed
@sanne-san sanne-san deleted the placeholder-descenders branch November 9, 2023 14:06
kevinansfield added a commit to kevinansfield/Ghost that referenced this pull request Nov 9, 2023
refs TryGhost#18752
refs TryGhost/Product#3897
refs TryGhost/Product#4112
refs TryGhost/Product#3802
refs TryGhost/Product#4104
refs TryGhost#18866
refs TryGhost#18753
refs TryGhost/Product#4116
refs TryGhost#18888
refs TryGhost#18844

- 🐛 Fixed browser focus on editor when clicking card (TryGhost/Koenig#1051)
- 🐛 Fixed signup card styles with image background (TryGhost/Koenig#1052)
 (TryGhost/Koenig#1053)
- 🐛 Fixed slash menu having fixed position when scrolling (TryGhost/Koenig#1054)
- 🐛 Fixed signup card text color with transparent background (TryGhost/Koenig#1053)
- 🐛 Fixed text formats being lost when copy/pasting from Google Docs (TryGhost/Koenig#1055)
- 🐛 Fixed pasting link behaviour in single line nested editors (TryGhost/Koenig#1056)
- 🐛 Fixed backspace behaviour at start of aside/quote (TryGhost/Koenig#1057)
- 🐛 Fixed text having unexpected formats when rendering (TryGhost/Koenig#1058)
- 🐛 Fixed placeholder descenders being cut off in nested editor (TryGhost/Koenig#1059)
- 🐛 Fixed HTML->Lexical conversion not handling paragraphs inside blockquotes (TryGhost/Koenig#1061)
kevinansfield added a commit to TryGhost/Ghost that referenced this pull request Nov 9, 2023
refs #18752, TryGhost/Product#3897, TryGhost/Product#4112, TryGhost/Product#4104, #18866, #18753, TryGhost/Product#4116, #18888, #18844

- 🐛 Fixed browser focus on editor when clicking card ([Koenig/#1051](TryGhost/Koenig#1051))
- 🐛 Fixed signup card styles with image background ([Koenig/#1052](TryGhost/Koenig#1052))
- 🐛 Fixed slash menu having fixed position when scrolling ([Koenig/#1054](TryGhost/Koenig#1054))
- 🐛 Fixed signup card text color with transparent background ([Koenig/#1053](TryGhost/Koenig#1053))
- 🐛 Fixed text formats being lost when copy/pasting from Google Docs ([Koenig/#1055](TryGhost/Koenig#1055))
- 🐛 Fixed pasting link behaviour in single line nested editors ([Koenig/#1056](TryGhost/Koenig#1056))
- 🐛 Fixed backspace behaviour at start of aside/quote ([Koenig/#1057](TryGhost/Koenig#1057))
- 🐛 Fixed text having unexpected formats when rendering ([Koenig/#1058](TryGhost/Koenig#1058))
- 🐛 Fixed placeholder descenders being cut off in nested editor ([Koenig/#1059](TryGhost/Koenig#1059))
- 🐛 Fixed HTML->Lexical conversion not handling paragraphs inside blockquotes ([Koenig/#1061](TryGhost/Koenig#1061))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Descenders of "Toggle header" get cut off
2 participants