Opened 12 years ago
Closed 10 years ago
#9261 closed defect (fixed)
dojox.DataGrid autoHeight parameter causes infinite Loop/flickering/100% Cpu utilization
Reported by: | vlad | Owned by: | evan |
---|---|---|---|
Priority: | high | Milestone: | 1.6 |
Component: | DojoX Grid | Version: | 1.3.0 |
Keywords: | grid autoHeight flickering | Cc: | |
Blocked By: | Blocking: |
Description
Attached is a test file (which is a copy of one of the dojox/Grid tests where autoHeight parameter is added).
Also attached the json store test file. A test store form dojox/grid/tests/support/test_data_date.js can be used. Only make sure that the number of items data store is 5 or less.
Load the provided HTML and try to edit the editable column Message.
You will see a flickering error on FireFox? 3.0.10 (win XP) you will get a strange property not present error in IE7.
Also, and this is a different bug probably (not caused by autoHeight) but in firefox the 'Rich' editor for the 'Message column' is not rich at all.
This issue is critical to my application because I cannot layout the grid without autoHeight. Because my grids live within a <td> table cell and when I add rows to the grid it expands the table cell to fit the content and provides no scrollbars in the surrounding content pane to see any rows below the cell with the grid. So I use autoHeight to constrain the grows of the grid within a table cell.
Attachments (2)
Change History (7)
Changed 12 years ago by
Attachment: | AutoHeight_GRID_PROBLEM.html added |
---|
comment:1 Changed 11 years ago by
Milestone: | tbd → 1.5 |
---|---|
Owner: | changed from Bryan Forbes to Nathan Toone |
I can try and take a look at this - but probably not for the 1.4 timeframe.
comment:2 Changed 11 years ago by
Milestone: | 1.5 → future |
---|---|
Owner: | Nathan Toone deleted |
Moving my tickets to future, as I am not currently working on them.
comment:4 Changed 10 years ago by
Milestone: | future → 1.6 |
---|---|
Owner: | set to evan |
comment:5 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
test file (still needs a data store file)