Make WordPress Core

Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#32825 closed defect (bug) (fixed)

List table checkbox column positioning wrong for long column names

Reported by: daniluk4000's profile daniluk4000 Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 4.4 Priority: normal
Severity: normal Version: 4.2.2
Component: Administration Keywords: has-patch commit has-screenshots
Focuses: ui Cc:

Description

Too big posts header in all languages. That's why checkbox is not in position that is should be... Really don't know how to fix it and maybe it dublicate...

Attachments (4)

bug.png (6.4 KB) - added by daniluk4000 9 years ago.
32825.patch (832 bytes) - added by swissspidy 9 years ago.
32825.png (103.1 KB) - added by swissspidy 9 years ago.
IMG_4718.PNG (192.4 KB) - added by ryan 9 years ago.
After, iPhone 6+, looks good

Download all attachments as: .zip

Change History (20)

@daniluk4000
9 years ago

#1 @swissspidy
9 years ago

@daniluk4000: Can you test this with the latest development version (trunk)? I think there were some recent changes regarding the positioning of these headers.

#2 @daniluk4000
9 years ago

  • Keywords needs-patch added

@swissspidy using build 32991 and same error, I don't think that build 32997 can fix it ...
UPD: Installed 32997 - same

Last edited 9 years ago by daniluk4000 (previous) (diff)

#3 @daniluk4000
9 years ago

  • Component changed from Posts, Post Types to General
  • Focuses ui added
  • Summary changed from Space in posts header to .manage-column checkbox

UPDATE: this bug appends for all .manage-column

This ticket was mentioned in Slack in #core by daniluk4000. View the logs.


9 years ago

This ticket was mentioned in Slack in #core by daniluk4000. View the logs.


9 years ago

This ticket was mentioned in Slack in #core by daniluk4000. View the logs.


9 years ago

#7 @SergeyBiryukov
9 years ago

  • Component changed from General to Posts, Post Types
  • Focuses administration added

@swissspidy
9 years ago

#8 @swissspidy
9 years ago

  • Keywords has-patch added; needs-patch removed

The attached patch fixes the checkbox alignment by using vertical-align. Works on smaller screens and bigger screens alike, no matter how long the table headings are.

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


9 years ago

This ticket was mentioned in Slack in #core by daniluk4000. View the logs.


9 years ago

#11 @swissspidy
9 years ago

  • Keywords needs-screenshots added

@swissspidy
9 years ago

#12 @swissspidy
9 years ago

  • Component changed from Posts, Post Types to Administration
  • Focuses administration removed
  • Keywords needs-screenshots removed
  • Milestone changed from Awaiting Review to 4.4
  • Summary changed from .manage-column checkbox to List table checkbox column positioning wrong for long column names

Patch still applies. 32825.png shows how the checkbox in the table header looks like with the fix applied.

Without the patch, the checkbox is aligned to the top, which looks a bit off when using WordPress in another language with has longer column names (see bug.png). Same with plugins.

IMHO a good candidate for 4.4.

This ticket was mentioned in Slack in #core by sergey. View the logs.


9 years ago

#14 @SergeyBiryukov
9 years ago

  • Keywords commit added

#15 @SergeyBiryukov
9 years ago

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

In 33928:

List tables: Adjust the styles for checkbox column to align better with longer column names.

Props swissspidy.
Fixes #32825.

#16 @ryan
9 years ago

  • Keywords has-screenshots added

@ryan
9 years ago

After, iPhone 6+, looks good

Note: See TracTickets for help on using tickets.