Opened 14 years ago
Closed 14 years ago
#7820 closed defect (fixed)
[patch]Grid scroller crashes when setting structure
Reported by: | Nathan Toone | Owned by: | Nathan Toone |
---|---|---|---|
Priority: | high | Milestone: | 1.2.1 |
Component: | DojoX Grid | Version: | 1.2beta |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Setting the structure causes the scroller to invalidate its nodes - which can sometimes be null, but we aren't checking it.
This is a pretty simple fix, and probably should be included into the 1.2 branch.
Attachments (1)
Change History (6)
comment:1 Changed 14 years ago by
comment:3 Changed 14 years ago by
Status: | new → assigned |
---|
Changed 14 years ago by
Attachment: | 7820_gridScrollerCrash-1.2.patch added |
---|
Single patch file (against 1.2) which could potentially be merged in
comment:4 Changed 14 years ago by
Summary: | Grid scroller crashes when setting structure → [patch]Grid scroller crashes when setting structure |
---|
comment:5 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed in branch in revision [15472]
Note: See
TracTickets for help on using
tickets.
Patched in trunk in revision [15419]