WordPress / revisions-extended

71 stars 11 forks source link

Clicking the dropdown arrow on the Update button should toggle the dropdown state #97

Closed coreymckrill closed 3 years ago

coreymckrill commented 3 years ago

Right now clicking the button always opens the dropdown, even if it's already open. In that case, it should close the dropdown instead.

StevenDufresne commented 3 years ago

I'm don't think I see the same thing you are getting, but the arrow down button does get a focus state until the user clicks away.

coreymckrill commented 3 years ago

Oh interesting. Maybe it's a browser-specific issue. Here's what I'm seeing in Firefox:

StevenDufresne commented 3 years ago

This issue exists within the Gutenberg component.

Issue filed: WordPress/gutenberg#29746

coreymckrill commented 3 years ago

Oops, I didn't mean to close this yesterday, but since it's an upstream issue, I guess I'll leave it closed now.