#8176 closed defect (fixed)
Var reference bug in compat grid
Reported by: | dylan | Owned by: | Nathan Toone |
---|---|---|---|
Priority: | low | Milestone: | 1.3 |
Component: | DojoX Grid | Version: | 1.2.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
inTable is not defined in grid/compat/_grid/lib.js
getTd: function(rowOwner, rowIndex, cellIndex){ return (dojox.grid.getTr(inTable, rowIndex)||0)[cellIndex]; },
Should be an easy fix...
Change History (5)
comment:1 Changed 12 years ago by
Owner: | changed from Bryan Forbes to Nathan Toone |
---|
comment:2 Changed 12 years ago by
Priority: | normal → low |
---|
comment:3 Changed 12 years ago by
Milestone: | 1.3 → future |
---|
comment:5 Changed 12 years ago by
Milestone: | future → 1.3 |
---|
Note: See
TracTickets for help on using
tickets.
Reassigning to me