mozilla / redash

This is a Mozilla fork of the re:dash project (https://redash.io/), where we do work to be contributed back to the upstream project and for our own custom needs.
BSD 2-Clause "Simplified" License
20 stars 21 forks source link

Horizontal scroll bar missing in the query result table #937

Open madalincm opened 5 years ago

madalincm commented 5 years ago

Steps to Reproduce

  1. Open this query: https://data-stmo-rc.stage.mozaws.net/queries/127/source0
  2. Observe the results table

Expected results:

There is a horizontal scroll bar and the user is able to use it to see all the data from the result table

Actual results:

The horizontal scroll bar is missing

Notes/Issue

Verified in FF66 win7x64 Issue can be reproduced in STMO-RC and STMO-prod Please view this screenshot: image

emtwo commented 5 years ago

note: the horizontal scrollbar isn't visible, but I can still scroll horizontally

rafrombrc commented 5 years ago

Two quick points:

It's definitely awkward, though, so we should leave this open and fix it soon.

jezdez commented 4 years ago

I can't reproduce this anymore, at least on macOS and Ubuntu. @madalincm Would you mind checking if this is still true?

madalincm commented 4 years ago

Still reproducing for me on Win7x64 and MacOS 10.14.1 FF68 on dev stage and prod using this query: https://stage.stmo.nonprod.dataops.mozgcp.net/queries/179/source image

jezdez commented 4 years ago

Hm, I think we should file this upstream and ask if they could exclude the paginator from the scrollable area since right now, the reason why the horizontal scrollback doesn't show up is because when you start scrolling at the top of the result list, it affects the encasing containers, which scrolls vertically. It just happens to also contain the result list which is larger than what the container can show and correctly shows the horizontal bar below.