-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Keeping heading style when prior block is empty on merging #53990
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bangank36
force-pushed
the
fix/empty-p-merges-heading
branch
from
September 4, 2023 15:23
d4f87fb
to
c1110f2
Compare
bangank36
requested review from
kevin940726,
Mamaduka and
ellatrix
as code owners
September 4, 2023 16:04
ellatrix
reviewed
Sep 7, 2023
ellatrix
reviewed
Sep 7, 2023
ellatrix
reviewed
Sep 7, 2023
ellatrix
reviewed
Sep 7, 2023
ellatrix
added
[Type] Enhancement
A suggestion for improvement.
[Feature] Writing Flow
Block selection, navigation, splitting, merging, deletion...
labels
Sep 7, 2023
Looking good, just needs some polish :) |
Thanks for the thorough review, I made some changes and asked for clarification on #53990 (comment) |
bangank36
force-pushed
the
fix/empty-p-merges-heading
branch
from
September 14, 2023 09:45
39b5a2a
to
8406a55
Compare
Hi @ellatrix, just a friendly nudge to request your review of the latest changes on my PR when you have a moment. Thanks! |
Closed as resolved in #55134 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
[Feature] Writing Flow
Block selection, navigation, splitting, merging, deletion...
[Type] Enhancement
A suggestion for improvement.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What?
Address the issue on #16436 cc: @ellatrix
Why?
backspace
on Heading block, it is merged with the empty prior paragraph where its attribute will be replaced with Paragraph attribute, therefore Heading is lost and replaced with regular ParagraphHow?
Testing Instructions
backspace
E2E testings
should not merge heading with empty paragraph block on backspace
npm run test:e2e:playwright -- test/e2e/specs/editor/various/splitting-merging.spec.js
Test failed on should gracefully handle if placing caret in empty containerReason: the backspace removes all empty paragraphs, making the snapshot mismatchTesting Instructions for Keyboard
Screenshots or screencast
Kapture.2023-09-04.at.22.50.49.mp4