#32825 closed defect (bug) (fixed)
List table checkbox column positioning wrong for long column names
Reported by: | daniluk4000 | Owned by: | 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)
Change History (20)
#2
@
10 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
#3
@
10 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.
10 years ago
This ticket was mentioned in Slack in #core by daniluk4000. View the logs.
10 years ago
This ticket was mentioned in Slack in #core by daniluk4000. View the logs.
10 years ago
#8
@
10 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.
10 years ago
This ticket was mentioned in Slack in #core by daniluk4000. View the logs.
10 years ago
#12
@
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.
@daniluk4000: Can you test this with the latest development version (trunk)? I think there were some recent changes regarding the positioning of these headers.