Make WordPress Core

Opened 9 years ago

Last modified 5 years ago

#33009 new defect (bug)

Alignment of header in category table

Reported by: andywar65's profile andywar65 Owned by:
Milestone: Priority: normal
Severity: normal Version: 4.0
Component: Administration Keywords: needs-patch
Focuses: ui, administration Cc:

Description

In the admin/category page, the header of rightmost column is partially hidden if switching to another language (it_IT in this example, see attached image) probably due to alignment. WP 4.3-beta2-33274, Windows 7, XAMPP, Firefox

Attachments (5)

category_table.png (7.5 KB) - added by andywar65 9 years ago.
snapshot of the category table (rightmost column)
before-29343.png (28.3 KB) - added by jeremyfelt 9 years ago.
The category layout in Italian as of [29342]
list-tables.diff (439 bytes) - added by mignonstyle 7 years ago.
I set the width of the [Count] column to 15% instead of fixed.
after-category.png (28.4 KB) - added by mignonstyle 7 years ago.
33009.1.patch (321 bytes) - added by shedonist 7 years ago.
I tested this patch but it did not have the correct full path from the root. I've created a new patch which has the change from 74px to 15% width which fixes this issue. This is only my second patch file, so hopefully I did it correctly!

Download all attachments as: .zip

Change History (6)

@andywar65
9 years ago

snapshot of the category table (rightmost column)

@jeremyfelt
9 years ago

The category layout in Italian as of [29342]

#1 @jeremyfelt
9 years ago

  • Focuses ui added
  • Keywords needs-patch added
  • Milestone changed from Awaiting Review to Future Release
  • Version changed from trunk to 4.0

Hi @andywar65, thanks for the ticket!

It looks like this was specifically broken for Italian in [29343] when switching to "Count" as the text in this view. The width of the column was also set to a fixed 74px instead of the previous 10%, which I think leads back to [16136].

I'm going to set the version as 4.0 because the change to "Count" highlighted the issue, though I'd guess it's been an issue in several languages for a long while now.

@mignonstyle
7 years ago

I set the width of the [Count] column to 15% instead of fixed.

@shedonist
7 years ago

I tested this patch but it did not have the correct full path from the root. I've created a new patch which has the change from 74px to 15% width which fixes this issue. This is only my second patch file, so hopefully I did it correctly!

Note: See TracTickets for help on using tickets.