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

Table won't scroll in Firefox #1125

Closed
cassandraqs opened this issue Jul 16, 2020 · 2 comments
Closed

Table won't scroll in Firefox #1125

cassandraqs opened this issue Jul 16, 2020 · 2 comments
Labels
bug Concrete, reproducible bugs JS

Comments

@cassandraqs
Copy link

Bug Report

Steps to Reproduce:

  1. Using the CSV example. Open in Firefox.
  2. Load a csv file that's relatively large.

Expected Result:

Table should scroll, both horizontally and vertically.

Actual Result:

Table won't scroll. The overflow property of regular-table is set to 'overlay' which is not valid. If I manually change it to auto, the horizontal scroll is not sufficient and some columns are still hidden.

Environment:

firefox, tried in Ubuntu and Mac.

@timkpaine timkpaine added bug Concrete, reproducible bugs JS labels Jul 17, 2020
@texodus
Copy link
Member

texodus commented Sep 7, 2020

Thanks for the report! This has been fixed in v0.5.3, however, it's worth noting that Firefox does not have exceptional scrolling performance in regular-table due to strange position: fixed behavior - you may see some visual artifacts when scrolling, in Firefox and OSX Safari (but not iOS Safari ...).

If you're having issues with v0.5.3 in a specific browser version, let us know and we can verify.

@texodus
Copy link
Member

texodus commented Sep 8, 2020

This has been fixed in 0.5.3

@texodus texodus closed this as completed Sep 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Concrete, reproducible bugs JS
Projects
None yet
Development

No branches or pull requests

3 participants