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

Scrolling skips in discover when using Firefox #58204

Closed
nemhods opened this issue Feb 21, 2020 · 7 comments
Closed

Scrolling skips in discover when using Firefox #58204

nemhods opened this issue Feb 21, 2020 · 7 comments
Assignees
Labels
bug Fixes for quality problems that affect the customer experience Feature:Discover Discover Application Team:Visualizations Visualization editors, elastic-charts and infrastructure

Comments

@nemhods
Copy link

nemhods commented Feb 21, 2020

Kibana version: 7.6

Elasticsearch version: 7.6

Browser version: Firefox 73.0.1

Browser OS version: Windows 10

Describe the bug: When scrolling through Discover, the viewport jumps around, making smooth scrolling and skimming through information impossible.

Steps to reproduce:

  1. Install ELK stack
  2. Load Sample Dataset (e.g. eCommerce)
  3. Go to discover, choose timeframe with lots of events (>1000) unfold an event and scroll down (using Firefox)
  4. Compare to other browsers that don't exhibit this behavior

Expected behavior: Scrolling is smooth as in other browsers

Screenshots (if relevant):
scrolling-issue

Looks like something related to infinite scrolling or some mechanism like that.

@tsullivan tsullivan added Feature:Discover Discover Application Team:Visualizations Visualization editors, elastic-charts and infrastructure triage_needed labels Feb 24, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app (Team:KibanaApp)

@myasonik
Copy link
Contributor

Not a very immediate solution but eventually it'll be resolved whenever #51531 lands

@myasonik
Copy link
Contributor

Didn't mean to close it in case someone else wants to fix it before the big refactor lands

@myasonik myasonik reopened this Feb 24, 2020
@andrewkcarter
Copy link

Any hints on what needs to be fixed? This is plaguing us in 7.6.2, and I tested 7.7.0 and see it there as well.

@andrewkcarter
Copy link

andrewkcarter commented Jun 1, 2020

In my testing, this issue starts in 7.4.2. And interestingly, it's present in the official docker images (docker.elastic.co/kibana/kibana:7.6.2) but when testing an ElasticCloud hosted 7.6.2 Kibana I cannot reproduce the issue. (edit: I can reproduce there too)

@andrewkcarter
Copy link

andrewkcarter commented Jun 4, 2020

We've found this CSS will resolve the issue for us @myasonik.

@-moz-document url-prefix() {
    .euiBody-hasPortalContent {
        position: static !important;
    }
}

@kertal kertal added triaged bug Fixes for quality problems that affect the customer experience and removed triage_needed labels Jun 10, 2020
@kertal kertal self-assigned this Aug 6, 2020
@kertal
Copy link
Member

kertal commented Aug 6, 2020

Just confirmed, it was fixed with #70243, tested in cloud, could reproduce with 7.8.1, but not in 7.9.0 with contains the new EUI version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience Feature:Discover Discover Application Team:Visualizations Visualization editors, elastic-charts and infrastructure
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants