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

Fields Hints are not hiding after being selected #3770

Open
1 of 7 tasks
kelvinmandlik opened this issue Aug 20, 2024 · 8 comments
Open
1 of 7 tasks

Fields Hints are not hiding after being selected #3770

kelvinmandlik opened this issue Aug 20, 2024 · 8 comments

Comments

@kelvinmandlik
Copy link

kelvinmandlik commented Aug 20, 2024

This issue pertains to the following package(s):

  • GraphQL Playground - Electron App
  • GraphQL Playground HTML
  • GraphQL Playground
  • GraphQL Playground Express Middleware
  • GraphQL Playground Hapi Middleware
  • GraphQL Playground Koa Middleware
  • GraphQL Playground Lambda Middleware

What OS and OS version are you experiencing the issue(s) on?

  • Happening on every OS. Run in Windows, Linux, Arch

What version of graphql-playground(-electron/-middleware) are you experiencing the issue(s) on?

I am using rust packages

  • actix-web = "4.8.0"
  • juniper = "0.16.1"
  • juniper_actix = "0.6.0"

But it's not only happening in rust It's also happening in nodejs package as well. It is seen that the issue is happening after the recent update of graphql or playground. In nodejs previously it was not happening.

What is the expected behavior?

  • It should get hidden after being selected

What is the actual behavior?

  • Tips are staying on the UI after refresh it hides

What steps may we take to reproduce the behavior?

  • Just write down the query or mutation it will show the tips and once selected it will stay on UI

Please provide a gif or image of the issue for a quicker response/fix.
image

@asahi-kawajiri
Copy link

I've faced same issue. (x_x )/

@kelvinmandlik
Copy link
Author

@asahi-kawajiri Did you find any solution or atleast workaround?

@iatanas0v
Copy link

For now you can use Firefox, the issue is related to Chrome deprecating DOMNodeRemoved mutation event

@JoaoBGusmao
Copy link

See graphql/graphql-playground#1429 (comment)

@scaraux
Copy link

scaraux commented Aug 30, 2024

I made a fix for it : graphql/graphql-playground#1431 @kelvinmandlik

@vinhnglx
Copy link

vinhnglx commented Sep 3, 2024

When do we merge this fix? For now, either Safari or Firefox will help. Chrome or Edge will face the same issue.

@JoaoBGusmao
Copy link

When do we merge this fix? For now, either Safari or Firefox will help. Chrome or Edge will face the same issue.

@vinhnglx I don't believe a fix will ever get merged. It is an abandoned project. If you cannot switch to another Graphql IDE, your best option is to fork, apply a fix and publish it just like I did.
I'm using this playground from a Google Chrome extension, so I published my fork to Chrome Store, here is the link if anyone needs a working Chrome extension.

@acao acao transferred this issue from graphql/graphql-playground Sep 9, 2024
@acao
Copy link
Member

acao commented Sep 9, 2024

hello all. you may recall the creator of graphql-playground and I authored an article several years ago about how playground was to be deprecated for graphiql. we are well underway with this effort, and we reccomend switching an building plugins for additional functionality

the issues you are reporting here are related to our library codemirror-graphql, not playground itself

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

7 participants