#31040 closed defect (bug) (fixed)
When changing post date from future date to another future date, status being wrongly changed to "Publish on".
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 6.3 | Priority: | normal |
Severity: | minor | Version: | 3.0 |
Component: | Editor | Keywords: | has-patch has-screenshots commit |
Focuses: | ui, accessibility, javascript | Cc: |
Description
Steps to reproduce:
- Create a new post, make it "Scheduled" for a future date.
- Save the post.
- Change the date to a different date in the future.
- The status text is changed to "Publish on" (or "Published on" on older WordPress versions), while it should remain "Scheduled".
Attachments (3)
Change History (20)
#5
in reply to:
↑ description
@
9 years ago
I'm having trouble replicating this, @tyxla.
The status text is changed to "Publish on" (or "Published on" on older WordPress versions), while it should remain "Scheduled".
Where should I be seeing the text change? I looked all around and don't see it. I'm on 4.4-alpha. A screenshot would be perfect. I'll test the patch but I need to replicate first. Thanks!
#6
@
9 years ago
@sdavis2702 Thanks for your interest!
I am still able to reproduce the issue.
In order to reproduce, in step 3, after changing the date to a different future date, click the "OK" button.
Then observe the text that appears before the date - it changes from "Scheduled for:" to "Published on:".
I'll attach a screenshot of the issue to help you locate it.
Also, the patch still applies cleanly and fixes the issue for me when I'm testing.
#8
@
9 years ago
Ah! Good catch there. That was hard to notice. The patch works perfectly for me on 4.4-beta3-20151105
.
#11
@
2 years ago
- Keywords commit added
For such a small change, this has been lingering way too long! Patch looks good.
#13
@
2 years ago
- Focuses accessibility added
Marking this as accessibility, as clarity and consistency of instructions is important for cognitive impairments.
This ticket was mentioned in PR #4249 on WordPress/wordpress-develop by @joedolson.
2 years ago
#14
In the classic editor, fix the publish status change text shown when a future post's date is changed to a different future date. Show 'scheduled' statement instead of 'publish' statement.
Trac ticket: https://core.trac.wordpress.org/ticket/31040
@joedolson commented on PR #4249:
2 years ago
#17
Fixed in r55561
Related ticket: #12751 - applies a similar fix (on the backend side), but for the "publish" post status.