Opened 21 months ago

Closed 18 months ago

Last modified 18 months ago

#18611 closed defect (bug) (fixed)

When viewing all draft posts the status shows after performing a quick edit

Reported by: dartiss Owned by: nacin
Priority: normal Milestone: 3.3
Component: General Version: 3.2.1
Severity: minor Keywords:
Cc:

Description

When viewing all posts any that are drafts are shown as such after their name. When just viewing draft posts then this is, appropriately, suppressed.

However, if you then perform a quick edit on the post (even if no details are changed), once "Update" is pressed the draft status is shown against that post.

The same occurs when viewing draft pages.

This is merely a cosmetic bug and of low priority.

I am running WP 3.2.1 with PHP 5.2.17 and MySQL 5.0.92.

I was running the UI Lab plugin which highlights the post status' and this made the issue more obvious. However, this does still occur with the plugin deactivated.

A screengrab is attached which shows the status appearing after a quick edit of the first draft post.

Attachments (1)

Screengrab.png (37.3 KB) - added by dartiss 21 months ago.
Screengrab showing example of bug

Download all attachments as: .zip

Change History (3)

Screengrab showing example of bug

  • Owner set to nacin
  • Resolution set to fixed
  • Status changed from new to closed

In [19295]:

Use REQUEST rather than GET to check the current post status page in _post_states(). Addresses a Quick Edit display issue. fixes #18611.

  • Milestone changed from Awaiting Review to 3.3
Note: See TracTickets for help on using tickets.