-
Notifications
You must be signed in to change notification settings - Fork 58
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
Paragraph block is prematurely removed on backspace event #807
Comments
I can confirm this happens on WPAndroid alpha-160 |
I've seen a crash that seems related:
I've seen it happen with other combinations of typing and links, but this were steps where I could reproduce consistently. Tested on WPAndroid alpha-160 |
So is it fine to close this as a duplicate of #699? |
Closing this one in favor of #699 |
Thanks @marecar3 ! I wasn't 💯 sure if the two issues would be solved by the same PR, so I split out this issue. Glad that the PR solves both! I'll test it out. |
I just tested it (on the Android emulator), and it indeed solves the problem. Thank you! |
Thanks @mkevins ! |
When all text is deleted from a paragraph, the block is removed prematurely. This issue has been encountered on Android Emulator, but may not occur on a physical device.
Steps to reproduce:
Expected result:
The (empty) paragraph block remains focused, with the placeholder text ("Start writing...") visible.
Actual Result:
The paragraph block is removed. The focus changes to the previous block.
This behavior is mentioned in #699, and may be related to #783.
Screencast:
The text was updated successfully, but these errors were encountered: