[wp-trac] [WordPress Trac] #61662: Classic Editor Category metabox shows all categories, without scrolling
WordPress Trac
noreply at wordpress.org
Wed Jul 17 17:35:56 UTC 2024
#61662: Classic Editor Category metabox shows all categories, without scrolling
--------------------------+------------------------
Reporter: neotrope | Owner: joedolson
Type: defect (bug) | Status: accepted
Priority: normal | Milestone: 6.6.1
Component: Editor | Version: 6.6
Severity: normal | Resolution:
Keywords: has-patch | Focuses: css
--------------------------+------------------------
Comment (by sabernhardt):
[attachment:"61662.diff"] can solve the issue of excessively tall
metaboxes for Categories and custom hierarchical taxonomies in the Classic
Editor. However, it should use `max-height` instead of `height` for when
the taxonomies have very few items.
I'm nervous about what other boxes we might have missed, so I made another
option that restores `edit.css` and scopes the new resizing styles to
affect only the `#menu-settings-column`. I had wanted to add those styles
to `nav-menus.css` without the scope, but apparently the Classic Editor
page loads that stylesheet too.
I am not sure which direction is more appropriate, especially in the
context of a minor release.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/61662#comment:10>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list