Opened 12 years ago
Closed 12 years ago
#8210 closed defect (worksforme)
subgrid.render() causes "unspecified error" in IE, works in Firefox
Reported by: | flaggedatbest | Owned by: | Nathan Toone |
---|---|---|---|
Priority: | high | Milestone: | future |
Component: | DojoX Grid | Version: | 1.2.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I have extended the subgrids example in the grid tests to include a hidden cell in each subgrid row that can be expanded by clicking on a "+/-" in each subgrid row.
In the toggle for expanding the subgrid row, I indicate the cell should be shown and call grid.updateRow(parentRow);
This refreshes the main grid row, which will refresh the subgrids for that row. Since the subgrids exist, the buildSubgrid findsById each subgrid, and calls render. Render fails with an "Unspecified Error" in IE. No problems with Firefox.
I have a feeling that it has to do with rendering a subgrid in a main grid cell that has not yet been rendered, but I don't completely understand it.
Change History (5)
comment:1 Changed 12 years ago by
Component: | General → DojoX Grid |
---|---|
Owner: | changed from anonymous to Bryan Forbes |
comment:2 Changed 12 years ago by
Owner: | changed from Bryan Forbes to Nathan Toone |
---|
comment:4 Changed 12 years ago by
Milestone: | tbd → future |
---|
comment:5 Changed 12 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Closing - reopen with a test case, if you wish.
Reassigning to me