Ticket #8242 (new defect)
Grid content does not display once containing div exceeds height threshold on FF3
| Reported by: | ptwobrussell | Owned by: | toonetown |
|---|---|---|---|
| Priority: | normal | Milestone: | future |
| Component: | DojoX Grid | Version: | 1.2.1 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
I recently hooked up a dojox.grid.DataGrid? to a QueryReadStore? with a huge volume of data (1M+ records) and noticed that on FF3.0.4 on the Mac that the content simply does not display. After some investigation, this appears to be a Mozilla specific issue. (The grid works fine on Firefox)
See https://bugzilla.mozilla.org/show_bug.cgi?id=468386 for the bug report I filed over there.
To be clear, the contentNode that is being produced is of the following form:
<div hidefocus="hidefocus" dojoattachpoint="contentNode" class="dojoxGridContent" style="height: 3.19998e+7px; width: 199px;">
and the extremely large height is causing the issue.
On 8-15-08, the HEAD of trunk seemed to work (that was lightly before 1.2 was released, IIRC), so I'm assuming this is actually a regression in the refactored code base.