-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
“Schedule” displaying instead of “Publish” on new posts/pages #27251
Comments
I wasn't able to reproduce. I tried 5.5.3, latest 5.6 and also latest 5.6 with the latest code from the Gutenberg plugin active. Not sure if it's related to timezones, I tried a few different settings for that. I'll leave it open so it can get some further testing/debugging. |
Possibly fixed by #26276. |
Testing. Locally using Desktop Server and Chrome. Creating a new page. I click Publish. Go to the next step and the Publish button is seen. Switched to UTC-4. Results are the same. From the above testing I was not able to see any error where the word "Publish" was switched out with the word "Schedule". |
FWIW, we've seen this reported by a number of users (and have been able to reproduce ourselves, albeit not consistently) on WordPress.com after upgrading to Gutenberg 9.4.1. See this issue: Automattic/wp-calypso#47938 |
I've been able to reproduce this by creating a site with the latest Gutenberg release. When the site timezone is set with a greater UTC offset than my browser time, the bug manifests. For example, browser time is UTC+1 and site time is UTC+14. If the site time matches or has a lesser UTC offset than the browser, the bug does not manifest. |
Describe the bug
When creating a new post or page, the "Schedule" button is displaying instead of "Publish". First reported by @melchoyce .
To reproduce
This is occurring locally and on https://wordpress.org/support/.
Steps to reproduce the behavior:
Expected behavior
Should display the "Publish" button.
Screenshots
Editor version (please complete the following information):
Timezone: Set to UTC+0, but Tammi notes timezone is actually UTC -4.
Additional context
dateI18n
toformat
in packages/editor/src/components/post-schedule/label.jsProps to @desrosj and @karmatosed.
The text was updated successfully, but these errors were encountered: