Make WordPress Core

Opened 4 months ago

Last modified 2 months ago

#62229 new defect (bug)

post_status dropdown in Quick Edit incorrect if the admin user's timezone is "behind" the site's timezone

Reported by: pbiron's profile pbiron Owned by:
Milestone: Awaiting Review Priority: normal
Severity: normal Version: 6.3
Component: Quick/Bulk Edit Keywords:
Focuses: javascript Cc:

Description (last modified by SergeyBiryukov)

[55560] introduced a bug of its own.

Steps to reproduce:

  1. set the site's Timezone to something East of admin user's timezone (e.g., admin user's timezone is America/Denver and the site's new Timezone is America/New York).
  2. create a post and publish it
  3. Quick Edit the newly published post and see that the options in the Status dropdown are "Scheduled", "Pending Review", and "Draft"...with "Scheduled" selected.

Expected result: the options should be "Published", "Pending Review", and "Draft"...with "Published" selected.

Change History (3)

#1 @SergeyBiryukov
4 months ago

  • Description modified (diff)

#2 @pbiron
4 months ago

related: #38834

#3 @sabernhardt
2 months ago

  • Focuses javascript added
Note: See TracTickets for help on using tickets.