Make WordPress Core

Opened 9 years ago

Last modified 14 months ago

#35538 new defect (bug)

AllPosts page UI: link "All" has incorrect color

Reported by: antonrinas's profile antonrinas Owned by:
Milestone: Awaiting Review Priority: normal
Severity: trivial Version: 4.4.1
Component: Posts, Post Types Keywords: has-screenshots
Focuses: ui Cc:

Description

STEPS TO REPRODUCE:
1) Log in (administrator), remove all posts.
2) Create new post. Go to AllPosts page.
3) Remove post to trash by clicking "Trash" menu item.
EXPECTED RESULT: "All (0)" link color #000
ACTUAL RESULT: "All (0)" link color #0073aa

Attachments (2)

AllPosts1.jpg (40.9 KB) - added by antonrinas 9 years ago.
35538_no_posts_no_trash.png (20.4 KB) - added by DrewAPicture 7 years ago.

Download all attachments as: .zip

Change History (11)

@antonrinas
9 years ago

#1 @antonrinas
9 years ago

  • Severity changed from normal to trivial

#2 @DrewAPicture
7 years ago

  • Keywords ui-feedback added

@melchoyce Do you know if it's expected behavior for the All (0) link to be black in the case of no posts here? Note that if you follow the steps to reproduce and then actually delete the post in the trash, the Trash view link disappears and the All (0) link is then black.

#3 @DrewAPicture
7 years ago

  • Keywords has-screenshots added

See 35538_no_posts_no_trash.png for the "All (0)" link in #000 when no posts and nothing in the trash.

#4 @melchoyce
7 years ago

@DrewAPicture Sounds right — it's the selected filter. The filter list behaves that way across wp-admin.

This ticket was mentioned in Slack in #design by karmatosed. View the logs.


6 years ago

#6 @karmatosed
6 years ago

As this seems to be a link when shouldn't be, that is causing this color issue. Let's fix by not making it a link.

This ticket was mentioned in Slack in #design by karmatosed. View the logs.


5 years ago

#8 @karmatosed
5 years ago

  • Keywords ui-feedback removed

For now, removing feedback label as this ticket does have feedback.

#9 @Presskopp
14 months ago

The issue here is that after trashing a post (or more) the link belonging to "All" is missing the class="current" attribute

Note: See TracTickets for help on using tickets.