Make WordPress Core

Opened 6 months ago

Last modified 6 months ago

#60912 new defect (bug)

Post/Block totally messed up

Reported by: timprophet's profile timprophet Owned by:
Milestone: Awaiting Review Priority: normal
Severity: normal Version: 6.5
Component: Editor Keywords: reporter-feedback
Focuses: Cc:

Description (last modified by poena)

I'm sure you've probably heard this from thousands of folks already, since it's an incredibly obvious bug, but the Post/Block choice in the upper right is all screwed up now. This has worked perfectly for a decade, but the latest 'upgrade' wrecked it.

Link removed.

Attachments (3)

Post-and-Block-buttons-stacked.png (16.4 KB) - added by sabernhardt 6 months ago.
toggle between Post and Block settings is almost unusable because the buttons are vertical
sidebar-panel-tabs-6.4.png (52.1 KB) - added by sabernhardt 6 months ago.
sidebar panel tab buttons were in an unordered list with WordPress 6.4
sidebar-panel-tabs-6.5.png (56.2 KB) - added by sabernhardt 6 months ago.
WordPress 6.5 uses tablist markup

Download all attachments as: .zip

Change History (7)

#1 @poena
6 months ago

  • Keywords reporter-feedback added

Hi @timprophet and welcome to WordPress Trac.

Please refrain from using this type of language. The Trac ticket system is public and open for everyone to view and interact with, please keep the language family friendly.

Can you include more details about your installation and step-by-step instructions for how to reproduce the issue?

I tested the panel in the block editor using WordPress 6.5 in Safari, Firefox and Chrome on macOS, but I was unable to reproduce the problem with the positioning of the panel.

Does the problem still happen if you disable all plugins and use a bundled theme like Twenty Twenty-Four? I am asking because it helps to exclude theme and plugin conflicts.

And are there any JavaScript errors in the browser developer tools console?

Last edited 6 months ago by poena (previous) (diff)

#2 @poena
6 months ago

  • Description modified (diff)

@sabernhardt
6 months ago

toggle between Post and Block settings is almost unusable because the buttons are vertical

#3 @timprophet
6 months ago

I'm not going to disable 34 plugins and the theme to see if it works. I'm sure a totally fresh installation with absolutely nothing on it will look fine, but that's not practical. The fact is that I've used this for many, many years, and only until the most recent upgrade did this right panel get wrecked. It isn't me; it's them. I am highly confident many people are having this same issue. I'm able to work around it just by carefully clicking on the poorly-formatted links, but it's still annoying.

@sabernhardt
6 months ago

sidebar panel tab buttons were in an unordered list with WordPress 6.4

@sabernhardt
6 months ago

WordPress 6.5 uses tablist markup

#4 @sabernhardt
6 months ago

  • Component changed from General to Editor

The markup changed in GB58041, and one of your plugins might need to update styles accordingly.

One way to help determine what styles are making the buttons display vertically is by deactivating each plugin one-by-one. A more technical way is using the browser inspector on those button elements and the div immediately above it.

Note: See TracTickets for help on using tickets.