graphql-playground icon indicating copy to clipboard operation
graphql-playground copied to clipboard

CMD + Click on GraphQL field fails to open corresponding documentation

Open BjRo opened this issue 6 years ago • 6 comments

This issue pertains to the following package(s):

  • [ ] GraphQL Playground - Electron App
  • [ ] GraphQL Playground HTML
  • [x] 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?

OSX Mojave 10.14.1, Chrome 71.0.3578.98

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

Reproducible on the GH Demo link https://www.graphqlbin.com/v2/6RQ6TM

What is the expected behavior?

CMD + Click on field in query editor opens up documentation of the same field

What is the actual behavior?

CMD + Click on field in query editor doesn't open up documentation and an exception is visible in the JS console

What steps may we take to reproduce the behavior?

screenshot 2019-02-25 at 17 03 20

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

BjRo avatar Feb 25 '19 16:02 BjRo

+1 with 1.7.31 on Chrome@ubuntu - ctrl+click does nothing, mouseover shows a type popup with link but clicks do nothing

vecernik avatar Sep 11 '19 15:09 vecernik

I am running into the same issue with GraphQL Playground HTML version 1.6.24 that Apollo Server installs.

https://registry.npmjs.org/@apollographql/graphql-playground-html/-/graphql-playground-html-1.6.24.tgz

mkochendorfer avatar Oct 01 '19 13:10 mkochendorfer

This appears to work in 1.7.10 and fails in all newer versions. All methods of clicking through to docs (e.g., hover, ctrl+click) fail with no error message.

kjvalencik avatar Oct 02 '19 13:10 kjvalencik

@huv1k Faced the same issue, any updates?

frolovdev avatar Dec 05 '19 15:12 frolovdev

Seeing the same issues on 1.7.39 included via apollographql/graphql-playground-react

justinlevi avatar Mar 20 '21 19:03 justinlevi

Problem is still persists with 1.7.39 release, seems there is some regression after 1.7.10 release? Where can I get 1.7.10 version to see this feature working and compare with fresh versions?

MurzNN avatar Jul 01 '21 11:07 MurzNN