Ticket #6868 (closed defect: fixed)

Opened 7 months ago

Last modified 6 months ago

Dojo.data model in grid has bug in onSet event handling

Reported by: jaredj Owned by: BryanForbes
Priority: normal Milestone: 1.2
Component: DojoX Grid Version: 1.1.1
Severity: normal Keywords:
Cc:

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

dojox.grid._data.model_20080602.patch (0.7 kB) - added by jaredj 7 months ago.

Change History

Changed 7 months ago by jaredj

Changed 7 months ago by jaredj

  • status changed from new to closed
  • resolution set to fixed

(In [13861]) Minor fix to the model. fixes #6868 \!strict

Changed 6 months ago by jaredj

(In [14504]) Making sure this fix gets in. Was a fairly bad problem with onset. \!strict refs #6868

Changed 6 months ago by bill

  • milestone set to 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.