Make WordPress Core

#58800 closed defect (bug) (fixed)

Image rotation button in admin image editor missing default expanded state

Reported by: joedolson's profile joedolson Owned by: joedolson's profile joedolson
Milestone: 6.3 Priority: normal
Severity: normal Version: 6.3
Component: Media Keywords: has-patch commit
Focuses: accessibility Cc:

Description

The toggle to open the image rotation menu does not declare its default state, leading to reversed values on toggling. Patch incoming.

Attachments (1)

58800.diff (2.5 KB) - added by joedolson 17 months ago.
Add aria-expanded to toggle

Download all attachments as: .zip

Change History (3)

@joedolson
17 months ago

Add aria-expanded to toggle

#1 @joedolson
17 months ago

  • Keywords has-patch commit added; needs-patch removed

#2 @joedolson
17 months ago

  • Owner set to joedolson
  • Resolution set to fixed
  • Status changed from new to closed

In 56228:

Media: Set default state for image rotation button.

Adds aria-expanded="false" as default state for image rotation toggle in admin image editor. See #50523.

Props joedolson.
Fixes #58800.

Note: See TracTickets for help on using tickets.