filamentgroup / tablesaw

A group of plugins for responsive tables.
MIT License
5.48k stars 434 forks source link

Swipe table - Bug with mozilla #266

Closed CCvinc closed 7 years ago

CCvinc commented 7 years ago

Hello, With chrome or IE, the swipe table DEMO is working well. I'm talking about this DEMO : http://filamentgroup.github.io/tablesaw/demo/swipe.html

But with Mozilla the min number of right columns is 3 (not 1)

Here is an example

With Chrome, it's working well! đź‘Ť table-chrome

With Mozilla,... đź‘Ž table-mozilla

In fact, mozilla stops swiping results columns as soon as the "growth" column is swiped. Then other columns are not swiped. Please try by yourself on the DEMO page using mozilla.

Do you know how to solve this problem?

Best regards, Vincent.

CCvinc commented 7 years ago

NB : the mozilla bug is strange cause if you move the window size, the table is swipped. And you think it is working... But after a refresh with a small window displaying only 1 result column you now have 3 results columns.

zachleat commented 7 years ago

I think this was fixed with #242: https://github.com/filamentgroup/tablesaw/commit/cdf6f7d9248ac58ac6b18f7632c7972bbf62ab38#diff-d43b1284358fe6c0a529ffb09b8fbb2e

I tested the demo and it seems to work fine now. Please reopen if I’ve missed something—thanks!

Webtransformer commented 7 years ago

I still have this bug in the latest beta.