Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing z-index override to the autocomplete component #19384

Conversation

bartczyz
Copy link
Contributor

@bartczyz bartczyz commented Jan 2, 2020

Description

Fixes #19353 by adding missing z-index override for autocomplete component.

How has this been tested?

Manual testing using:
Firefox 71
Chrome 79.0.3945.88
Safari 13.0.4

Types of changes

Small style updates.

Checklist:

  • My code is tested.
  • My code follows the WordPress code style.
  • My code follows the accessibility standards.

@youknowriad
Copy link
Contributor

I'm not certain this is a z-index issue, instead of trying to add to the z-index complexity, we should probably close the autocomplete popover once the focus moves out of the paragraph block.

@earnjam
Copy link
Contributor

earnjam commented Mar 20, 2020

I agree with Riad. I think we should close the autocomplete menu after the focus changes.

@bartczyz would you like to work on updating the PR to take that approach or maybe opening a different one?

Base automatically changed from master to trunk March 1, 2021 15:42
@annezazu annezazu added [Type] Bug An existing feature does not function as intended z-index Discussions related to CSS z-index stacking. [Feature] Inserter The main way to insert blocks using the + button in the editing interface labels Aug 25, 2021
@annezazu
Copy link
Contributor

Closing this PR out since the original problem was resolved: #18918

@annezazu annezazu closed this Aug 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Feature] Inserter The main way to insert blocks using the + button in the editing interface [Type] Bug An existing feature does not function as intended z-index Discussions related to CSS z-index stacking.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Weird popover overlapping when using the / quick inserter
4 participants