[wp-trac] [WordPress Trac] #52151: Post / Page Title Columns broken
WordPress Trac
noreply at wordpress.org
Sun Oct 17 19:34:20 UTC 2021
#52151: Post / Page Title Columns broken
----------------------------+---------------------
Reporter: pascoedj | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: 5.9
Component: Administration | Version: 5.6
Severity: normal | Resolution:
Keywords: needs-patch | Focuses: css
----------------------------+---------------------
Comment (by sabbirshouvo):
I know it's an old ticket. But the same issue still exists. In order to
easily regenerate the issue, you only need to install the "Ninja Popup"
plugin which is a third-party paid plugin. I had a copy of the plugin and
tested it with that. Along with `Ninja Popup`, I've also installed and
enabled the `Yoast SEO` plugin to make sure the issue always happens.
Ninja popup forcefully occupying 20% of the space in the table & the title
column doesn't have a width value like other columns, which is the main
reason behind this issue.
Now as we identified the issue if we approach a fix using `min-width` it
won't work. Post/Page listing tables are fixed with and `min-width` `max-
width` doesn't work well with this. It's a CSS issue since `CSS 2.1`
for this specific scenario, a solution could be applying table-specific
CSS to make sure the `Title` column gets a fixed width. But this will
break the auto-expanding of the title column while there is less column.
I'll be adding a patch for table specific CSS for Posts & Pages table.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/52151#comment:15>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list