question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot scroll through the result pane of an subscription

See original GitHub issue

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?

Windows 10

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

1.7.x

What is the expected behavior?

Can scroll the result panel to see all events.

What is the actual behavior?

When I try to use the mouse wheel nothing happens.

What steps may we take to reproduce the behavior?

Just make a simple subscription query and get some events to see the problem.

Idea of how to solve the problem:

Currently the result panel has height: auto, you have to do the height calculation that the panel should have using javascript when the app is mounted or make the editor container have the height you want/possible and make the result panel have height: 100%.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:45
  • Comments:16 (3 by maintainers)

github_iconTop GitHub Comments

14reactions
iagobrunocommented, Oct 22, 2019

For now, the only solution is install an extension to inject this css into localhost pages.

.graphiql-wrapper>div:first-child>div:first-child>div:nth-child(2) {
  height: 100%;
}
.graphiql-wrapper>div:first-child>div:first-child>div:nth-child(2)>div:nth-child(2) {
  height: 100%;
  overflow-anchor: auto;
}
11reactions
loudmouthcommented, May 2, 2019

Also experiencing this problem.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Cannot scroll through the result pane of an subscription #1021
The scrolling issue is fixed in this version, however it is very possible that the GraphQL server you are using is using a...
Read more >
Unable to scroll through headings in Navigation Pane when ...
I had a staff person bring to my attention that they are no longer able to scroll through the headings listed in the...
Read more >
Cannot scroll through all search results in Vault Thin Client ...
Workaround: Click on the "Close" icon in the welcome pane. Afterwards, all results can be scrolled through.
Read more >
Excel scroll bar moves but sheet does not - YouTube
00:00 Scroll bar moves but the screen doesn't in Excel00:15 ... could be a result of a Freeze Pane being bigger than the...
Read more >
Cannot scroll back up after scrolling down navigation pane
If it's a one time thing just open Task Manager and right click on File Explorer and restart it.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found