#38834 closed defect (bug) (fixed)
Quick Edit for future dated posts shows 'published' instead of 'scheduled'
Reported by: | Ipstenu | Owned by: | joedolson |
---|---|---|---|
Milestone: | 6.3 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Quick/Bulk Edit | Keywords: | has-patch commit |
Focuses: | ui, accessibility, javascript | Cc: |
Description
If you make a post and schedule it for the future, quick edit properly shows it's dropdown as 'scheduled' if you want to change post status.
If, however, you have a future dated post that you *want* to schedule, but it's in draft, the option is paradoxically 'Published.'
This leads to uncertainty as to what the next step actually is. The dropdown should alter itself based on what your current saved date is (it not ajaxifiedly adapt on the fly).
Attachments (4)
Change History (20)
@
8 years ago
The patch checks if the current date and time is before that of a post then instead of removing the "Schedule" option on an inline post edit in draft mode, it leaves "Schedule" and removes "Publish"
This ticket was mentioned in Slack in #core by jjj. View the logs.
6 years ago
#6
@
4 years ago
- Component changed from Editor to Quick/Bulk Edit
- Focuses javascript added
- Keywords has-patch needs-testing added; needs-refresh removed
- Milestone changed from Awaiting Review to Future Release
38834.1.diff refreshes the first patch and replaces the deprecated $.now()
method.
This ticket was mentioned in Slack in #accessibility by joedolson. View the logs.
2 years ago
#9
@
2 years ago
- Focuses accessibility added
- Owner set to joedolson
- Status changed from new to accepted
Adding accessibility focus to this since the duplicate #30761 has it, and I'm closing that in favor of this ticket.
This ticket was mentioned in Slack in #core-test by oglekler. View the logs.
21 months ago
This ticket was mentioned in Slack in #accessibility by ryokuhi. View the logs.
21 months ago
#14
@
21 months ago
Patch 38834.1 looks fine. It's tested with WordPress trunk (6.3-alpha-55505-src), Google Chrome 110.0.5481.105 and Fire Fox 110.0.1 browsers.
This ticket was mentioned in PR #4248 on WordPress/wordpress-develop by @joedolson.
21 months ago
#15
Adds var declaration on status
Trac ticket: https://core.trac.wordpress.org/ticket/38834
@joedolson commented on PR #4248:
21 months ago
#18
Fixed in r55560
Example: That should say schedule not publish