-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Rows overlay each other in firefox #2180
Comments
Have same issue |
Have same issue |
Using [virtualization]="false" on the table can temporarily solve the stacking problem until the Firefox fix (but leads to performance issues). |
did you find any solution? |
I found and issue related with this in mozilla: Mozilla Bugzilla #1898455 However, after reading that post, someone pointed out that there are some forks of the library. I found this one where they update the library with multiple fixes: With that fork, everything works as expected. |
@tiborux which version of angular are you running? the siemens fork wasn't working for me with NG15.2.7 though I'll attempt again |
Checked package-lock for the fork. You would have to use angular 17 to make use of it. |
@kylebradshaw I'm one of the maintainers of said fork. Since we got approached by a few people with Angular 15 projects, we also released a backported version, which should support it: https://github.com/siemens/ngx-datatable/blob/21.3.2/docs/changelog.md#2132. I hope that helps. |
you guys rock, thanks! |
I'm submitting a ... (check one with "x")
Current behavior
In firefox (version ≥126) the table rows overlay each other when
scrollbarV=true
and angular ≥14 is used.See:
Expected behavior
The table rows should not overlay each other.
See:
Reproduction of the problem
Use code:
The arrays
rows
andcolumns
are not given here.rows
should contain at least 2 elements.See demo
What is the motivation / use case for changing the behavior?
In my eyes this is a regression bug.
The table works fine in Chrome, Edge, Safari.
The table works fine in firefox v<126 or with angular <14.
The virtualization feature (
scrollbarV="true"
) is important for large datasets.Please tell us about your environment:
20.1.0
14, 15, 16, 17, 18
Firefox v≥126
all
The text was updated successfully, but these errors were encountered: