Opened 8 years ago
Closed 8 years ago
#15999 closed defect (patchwelcome)
dojox/grid/cells/dijit doesn't return correct declared object.
Reported by: | draperd | Owned by: | Evan |
---|---|---|---|
Priority: | undecided | Milestone: | tbd |
Component: | DojoX Grid | Version: | 1.8.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
In the file dojox/grid/cells/dijit the object returned from the define call is dojox.grid.cells.dijit which is not defined. Instead I believe that this should be the variable _Widget (declared as "dojox.grid.cells._Widget") which is the first declared type and the one that all other cell editors inherit from.
Not returning the correct type makes it difficult to create the custom cell editors as requiring the dojox/grid/cells/dijit module just returns an empty object.
Change History (2)
comment:1 Changed 8 years ago by
comment:2 Changed 8 years ago by
Resolution: | → patchwelcome |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
DojoX Grid and EnhancedGrid are deprecated in favor of dgrid and gridx.
You should upgrade your code to use one of those two grids.
We will consider patches to the old DojoX Grid code though.