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

Tooltips in interactive code boxes persist after focus is removed #1829

Open
Keith-Web3 opened this issue Nov 19, 2024 · 0 comments
Open

Tooltips in interactive code boxes persist after focus is removed #1829

Keith-Web3 opened this issue Nov 19, 2024 · 0 comments

Comments

@Keith-Web3
Copy link

Description

In the interactive code boxes on the GraphQL documentation site, the tooltips that show when you try to edit a graphql field do not disappear after the user stops hovering over the relevant field. This obstructs interaction with elements in the background, making it difficult to further edit and test out the query.

Steps to Reproduce

  1. Head to one of the codeboxes e.g Try it out
  2. Try to add more fields to your query e.g id, friends.
  3. A tooltip with more info on the field you added pops up

Expected Result

When focus is removed from the sandbox, the tooltips should disappear

Actual Result

The tooltips persist until the page is refreshed

Additional Context

  • OS: Ubuntu 24.01
  • Browser: Chrome V131.0.6778.69

Screenshot from 2024-11-19 14-37-36

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants