graphql / graphiql

GraphiQL & the GraphQL LSP Reference Ecosystem for building browser & IDE tools.
MIT License
16.08k stars 1.72k forks source link

Fields Hints are not hiding after being selected #3770

Open kelvinmandlik opened 2 months ago

kelvinmandlik commented 2 months ago

This issue pertains to the following package(s):

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

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

I am using rust packages

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?

What is the actual behavior?

What steps may we take to reproduce the behavior?

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

asahi-kawajiri commented 2 months ago

I've faced same issue. (x_x )/

kelvinmandlik commented 2 months ago

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

iatanas0v commented 2 months ago

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

JoaoBGusmao commented 2 months ago

See https://github.com/graphql/graphql-playground/issues/1429#issuecomment-2274843437

scaraux commented 2 months ago

I made a fix for it : https://github.com/graphql/graphql-playground/pull/1431 @kelvinmandlik

vinhnglx commented 2 months ago

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

JoaoBGusmao commented 2 months ago

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 commented 1 month ago

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