Opened 11 years ago
Closed 9 years ago
#11681 closed defect (wontfix)
DataGrid, multiple view - rows not aligned when images inserted into cell using formatted
Reported by: | evan | Owned by: | Bryan Forbes |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | DojoX Grid | Version: | 1.5 |
Keywords: | datagrid multiple view images | Cc: | [email protected]… |
Blocked By: | Blocking: |
Description
When used with multiple views, inserting images to cells(using formatter) makes rows not aligned across views, the attached test case can reproduce this issue.
Explicitly invoking views.renormalizeRow() either not works: e.g.
dojo.connect(views, 'renderRow', function(rowIdx){ views.renormalizeRow(rowIdx) });
Need a further look at this.
Attachments (2)
Change History (4)
Changed 11 years ago by
Attachment: | error-#11681.jpg added |
---|
Changed 11 years ago by
Attachment: | test_grid_column_reorder.html added |
---|
comment:1 Changed 10 years ago by
Owner: | changed from bryanforbes to Bryan Forbes |
---|
comment:2 Changed 9 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Images from formatters must have an explicit height attribute on them because the DOM won't know the height of the image until it has loaded.
Note: See
TracTickets for help on using
tickets.
By putting it under dojox/grid/tests/ to see the error