Ticket #3 (new defect)

Opened 3 years ago

Last modified 19 months ago

LiveGrid does not properly render large data sets in FireFox

Reported by: kevin.conaway Owned by: tsuckow
Priority: critical Milestone: V0.4
Component: grid view Version: V0.3
Keywords: Cc:

Description

When viewing a dataset with a total count of 1936729 rows, LiveGrid? will not display a scrollbar and will not update the "info" toolbar appropriately in Firefox 3.0.8

It display properly in IE7

Attachments

test.html Download (4.0 KB) - added by kevin.conaway 3 years ago.
Test case that showcases the bug

Change History

Changed 3 years ago by kevin.conaway

Test case that showcases the bug

Changed 3 years ago by kevin.conaway

In adjustBufferInset(), the code is setting the this.liveScrollerInset.style.height property to be "40671324px". For some reason, Firefox converts this to "4.06713e+7px"

Note: See TracTickets for help on using tickets.