#12425 closed defect (fixed)
LazyTreeGrid - TreeCell declaration is affected for regular TreeGrid
Reported by: | evan | Owned by: | evan |
---|---|---|---|
Priority: | high | Milestone: | 1.6.1 |
Component: | DojoX Grid | Version: | 1.6.0 |
Keywords: | lazy treegrid | Cc: | |
Blocked By: | Blocking: |
Description
If a LazyTreeGrid? is instantiated before a regular TreeGrid? it breaks the regular TreeGrid? due to TreeCell? declaration being blown away by LazyTreeGrid?.
Change History (4)
comment:1 Changed 10 years ago by
Milestone: | 1.6.1 → 1.7 |
---|
comment:2 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 10 years ago by
comment:4 Changed 10 years ago by
Milestone: | 1.7 → 1.6.1 |
---|
Note: See
TracTickets for help on using
tickets.
(In [24005]) LazyTreeCell? shouldn't affect regular TreeCell?, thanks for the patch from Karl Tiedt, fixes #12425