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
On Gutenberg 2.5, if you edit an existing Gutenberg post on a mobile device (or in my case, Firefox with Responsive Design Mode enabled, viewport 320px wide) the only button visible up top is a "Switch to Draft" button (which doesn't seem to work).
Steps to Reproduce
Install Gutenberg 2.5
On a mobile phone, write a new post, click Publish.
Navigate back to All Posts, then edit the post you just created
Notice the "Publish" button is missing from the header
Expected Behavior
Publish/Update button should be available on mobile for all posts, not just new.
There's some CSS above that hides the buttons unless the viewport is > 600px. Ideally, editing existing posts should match editing new posts (with the exception that "Publish" is changed to "Update"). This is the cause of the issue, but probably not related to the fix.
Screenshots / Video
The text was updated successfully, but these errors were encountered:
I think we can keep Preview button hidden but show the Update button and that should work for us. But we need to provide some option to see the preview of updated content as we have it in desktop view.
We just need to remove this css for publish/update button, but I think even after this we might face issue in other languages. Need some better solution.
Pretty sure this issue was fixed recently when an Update button was unhidden on mobile (the fact that it was hidden was the bug). Closing as fixed, but please chime in if it wasn't, and we'll reopen.
Issue Overview
On Gutenberg 2.5, if you edit an existing Gutenberg post on a mobile device (or in my case, Firefox with Responsive Design Mode enabled, viewport 320px wide) the only button visible up top is a "Switch to Draft" button (which doesn't seem to work).
Steps to Reproduce
Expected Behavior
Publish/Update button should be available on mobile for all posts, not just new.
Possible Solution
gutenberg/edit-post/components/header/style.scss
Line 32 in 37ccb55
There's some CSS above that hides the buttons unless the viewport is > 600px. Ideally, editing existing posts should match editing new posts (with the exception that "Publish" is changed to "Update"). This is the cause of the issue, but probably not related to the fix.
Screenshots / Video
The text was updated successfully, but these errors were encountered: