KevinVandy / mantine-react-table

A fully featured Mantine V5 implementation of TanStack React Table V8, forked from Material React Table
https://www.mantine-react-table.com/
MIT License
882 stars 152 forks source link

[firefox] Dotted border not added when dragging orderable row #380

Closed smiile closed 3 months ago

smiile commented 4 months ago

mantine-react-table version

2.0.0-beta.6

react & react-dom versions

18.3.1

Describe the bug and the steps to reproduce it

Reproduceable on the row ordering demo ( https://v2.mantine-react-table.com/docs/guides/row-ordering-dnd#enable-row-ordering-demo ) On firefox the dotted border around the rows when dragged is not visible, only the bottom border shows up on the latest table row when reaching it. On Chrome seems to be working fine (as V1). Haven't tried other browsers

Minimal, Reproducible Example - (Optional, but Recommended)

https://v2.mantine-react-table.com/docs/guides/row-ordering-dnd#enable-row-ordering-demo

Screenshots or Videos (Optional)

No response

Do you intend to try to help solve this bug with your own PR?

None

Terms

alessandrojcm commented 3 months ago

Related to #327 this is a bug with firefox, see that issue for a workaround.