You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While on Android, attempting to publish an empty post causes an error message to appear stating “Can’t publish an empty post”, on iOS attempting to publish an empty post causes the Block Editor to be dismissed and the error message stating “Post failed to upload” is displayed along a retry button.
However, if the user selects the “Start writing...” block before pressing the publish button then an empty post will successfully be published.
Reproduction Rate
4/4 100%
Expected behavior
An error message stating “Can’t publish an empty post” should be displayed.
Actual behavior
An empty post is successfully published.
Steps to reproduce the behavior
Install WordPress 14.2
Log in to an account.
Press the “Add new” button.
Select the “Start writing...” block.
Press the Publish button.
Confirm the Publish.
Tested on the following
iPhone SE (12.0.1)
Please see the attached video for more information
Yes, this was resolved in two parts, first, there was an initial PR in WP-iOS that checked always if the post was empty or not before publishing, and now with #2393 the Publish button will be disabled until we have a non-empty post.
Description
While on Android, attempting to publish an empty post causes an error message to appear stating “Can’t publish an empty post”, on iOS attempting to publish an empty post causes the Block Editor to be dismissed and the error message stating “Post failed to upload” is displayed along a retry button.
However, if the user selects the “Start writing...” block before pressing the publish button then an empty post will successfully be published.
Reproduction Rate
4/4 100%
Expected behavior
An error message stating “Can’t publish an empty post” should be displayed.
Actual behavior
An empty post is successfully published.
Steps to reproduce the behavior
Tested on the following
iPhone SE (12.0.1)
Please see the attached video for more information
iOSEmptyPost.zip
Submitted by:
Luis Pimenta
The text was updated successfully, but these errors were encountered: