cmpolis / smart-table-scroll

Build 1MM row tables with native scroll bars by reusing and yielding nodes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Firefox support

diafygi opened this issue · comments

Tried the demo on Firefox 40.0 Ubuntu 14.04, and the effect doesn't work.

Same in 42.0a2

Seems like some FF problem. The final div, that "make" whole table to have scroll have strange top value 2e+7px. While Chrome got 20000000px.

http://stackoverflow.com/questions/28260889/set-large-value-to-divs-height

Thanks for sharing the link! Have this working in FF with 69b45e9 - also had to make the rows slightly shorter to have the demo work w/ 1 million rows in FF because of the max height value(see SO post).

@cmpolis it's would be nice to post warning about FF behaviour somewhere