skevy / graphiql-app

Light, Electron-based Wrapper around GraphiQL
MIT License
2.95k stars 336 forks source link

Links in description result in "broken" app #151

Open cabello opened 5 years ago

cabello commented 5 years ago

Hi 👋

Thanks for making this app, it's quite handy, I've been using it for a while now, I tried other applications but this is the one that I like the most, it's really use to re-fetch the latest schema and write queries.

I found the following bug that I will attempt my best to describe it.

The following screenshot contains a link to Wikipedia using Markdown links:

Screen Shot 2019-06-18 at 12 22 00 PM

When the user clicks the link, the page is loaded inside the app and at this moment the only solution to go "back" to the GraphiQL app is to close the application and start again.

Screen Shot 2019-06-18 at 12 22 16 PM

Version information:

Potential solutions, suggestions on how it could be fixed it:

cabello commented 5 years ago

This provides a few pointers on how to achieved the behaviour of opening the link in default browser https://github.com/electron/electron/issues/1344 I will give it a try soon.