-
Notifications
You must be signed in to change notification settings - Fork 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
Removing a block(s) with keyboard selection + backspace/delete does not reflect on preview or publish #65193
Comments
Updated the issue description to add:
cc @annemirasol (reporter) |
📌 Changes to the main report
📌 SCRUBBING
📌 FINDINGS/SCREENSHOTS/VIDEO
📌 ACTIONS
|
I have tried a simple site and a self-hosted one and I cannot reproduce myself but I see multiple related reports in WordPress/gutenberg#41416 and WordPress/gutenberg#42213 |
I seem to be able to delete paragraphs using backspace without any issues: Screen.Capture.on.2022-07-07.at.10-45-06.mp4 |
In the video you shared, it seems you are selecting the blocks to delete via mouse, and not keyboard arrow key selection. Here are detailed steps to replicate:
Please check step 4. |
Thank you for pointing that out, I overlooked that step. I tried selecting the text using the keyboard (Shift + Down Error as explain in step 4) but I am still unable to replicate it. I tried a simple site and a self-hosted site but no avail. Do the paragraphs need to be of a particular length? I tried with long and short paragraphs and with/without links but it just does not work for me 🤔 Long paragraphs without links: Screen.Capture.on.2022-07-08.at.09-14-38.movShort paragraphs with links: Screen.Capture.on.2022-07-08.at.09-15-31.mp4Any thoughts on what we could be doing different @vajrasar? Thanks again! |
📌 ACTIONS
Gutenberg 16.6.0 on a Free Dotcom site: vNrUGA.mp4 |
Quick summary
Basically, there’s a draft post I was working on on our team’s p2 and it had a block I wanted to remove. I try removing it by deleting the words (i.e. using backspace) and then hit save -> preview. The block is still there. See
p1656926868073789-slack-gutenberg-on-dotcom
EDIT: another person said to have observed the same thing. See
p1656925260500609-slack-C010KDAPG49
Steps to reproduce
I haven't been able to find a way to reproduce from scratch, but basically just using the reference post
pbuuvu-1vz-p2
Check revision 17 of the post to see more, I was able to remove the blocks using the code editor:
What you expected to happen
That the removed blocks would remain removed once the draft gets saved.
What actually happened
My changes did not seem to get applied to the saved content (i.e. the blocks I deleted were still there).
Context
I was just using my team's p2 as I do regularly
Browser
Google Chrome/Chromium
Simple/Atomic
No response
Other notes
No response
Reproducibility
Once
Severity
Some (< 50%)
Available workarounds?
No but the platform is still usable
Workaround details
The only workaround I found was to just use the code editor and remove the unwanted blocks, as explained above (so, avoiding the editor altogether).
There was another person reporting to have been able to reproduce.
The text was updated successfully, but these errors were encountered: