Opened 10 years ago
Closed 9 years ago
#13344 closed defect (fixed)
dojox.grid.LazyTreeGrid renders children incorrectly when autoHeight is true
Reported by: | talisto | Owned by: | Evan |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | DojoX Grid | Version: | 1.7.0b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
when a LazyTreeGrid? has the autoHeight property set to true and a row with children is expanded, the child row(s) do not render correctly. Instead, a "blank" row is appended to the bottom of the grid.
I've attached a simple test-case to demonstrate the issue; the top LazyTreeGrid? has autoHeight set to false, and the bottom grid has autoHeight set to true. The top grid expands the row properly, while the bottom grid does not.
It seems this issue only affects the LazyTreeGrid? and not the dojox.grid.TreeGrid?.
Attachments (1)
Change History (5)
Changed 10 years ago by
Attachment: | lazytreegrid.html added |
---|
comment:1 Changed 10 years ago by
Component: | General → DojoX Grid |
---|---|
Owner: | set to evan |
comment:2 Changed 9 years ago by
Owner: | changed from evan to Evan |
---|
comment:3 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 Changed 9 years ago by
Milestone: | tbd → 1.7 |
---|
Note: See
TracTickets for help on using
tickets.
In [26675]: