Possible bug in WordPress 6.6

Posted in: Newsmag
Post count: 9544

Hi folks:
in case you notice this; we have seen a bug in latest edition of WordPress which causes the category selector on post edit page to show entire list of all categories vs just a selection you can scroll throuugh. Seems irrelevant as to theme, and unrelated to our sites running php 7.4x or 8.2x.

The fix for us at the moment vs rolling back to 6.5.5, was to install
the Admin CSS MU plugin to quickly add this CSS:
div#categorydiv.postbox {
height: 600px;
}

div#category-all.tabs-panel {
height: 480px;
}

Post count: 35449

Hi simchris, thank you for sharing with our community!

Post count: 9544

I posted a bugtrac to the WP dev team. As always, it seems with a major dot rev, WP has joined the “wait for the dot one” group. I’m expecting we’ll see a 6.6.1 or whatever soon.

Specifically this is when the Classic Editor and Classic Widgets plugins are active (which we use on all our sites, as we never use Gutenberg).

  • This reply was modified 2 years by simchris.
Post count: 9544

My name in lights (Neotrope aka Christopher Simmons) contributing to bugfixes in WordPress 6.6.1 update released today 🙂
** Issue with super full height category selector box when using Classic Editor plugin active, FIXED **
https://wordpress.org/documentation/wordpress-version/version-6-6-1/

Post count: 35449

Hi, those are good news!

Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.