#6868 closed defect (fixed)
Dojo.data model in grid has bug in onSet event handling
Reported by: | Jared Jurkiewicz | Owned by: | Bryan Forbes |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | DojoX Grid | Version: | 1.1.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Dojo.data model in grid has bug in onSet event handling.
Basically, it tries to locate the row of any changed item, and get the ID, even on items that aren't displayed in the grid. It causes an error to be thrown.
See attached patch for offending lines.
Attachments (1)
Change History (4)
Changed 13 years ago by
Attachment: | dojox.grid._data.model_20080602.patch added |
---|
comment:1 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 13 years ago by
comment:3 Changed 13 years ago by
Milestone: | → 1.2 |
---|
marking tickets closed in the last three months w/blank milestone to milestone 1.2.
Note: See
TracTickets for help on using
tickets.
(In [13861]) Minor fix to the model. fixes #6868 \!strict