Opened 9 years ago
Closed 9 years ago
#15318 closed defect (fixed)
when use dojox.grid.EnhancedGrid throw an error 'dojo.dnd.manager is not a function' in dojo 1.8
Reported by: | jzw | Owned by: | jzw |
---|---|---|---|
Priority: | undecided | Milestone: | 1.8 |
Component: | DojoX Grid | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
file: dojox/grid/_View.js error line: var oldMakeAvatar = dojo.dnd.manager().makeAvatar; firebug: dojo.dnd.manager is not a function
Change History (3)
comment:1 Changed 9 years ago by
Component: | General → DojoX Grid |
---|---|
Owner: | set to jzw |
Status: | new → pending |
comment:2 Changed 9 years ago by
this looks similar
"_1.dnd.manager is not a function" dojo.js line 16 http://archive.dojotoolkit.org/nightly/dojotoolkit/dojox/grid/tests/enhanced/test_enhanced_grid_filter.html
comment:3 Changed 9 years ago by
Milestone: | tbd → 1.8 |
---|---|
Resolution: | → fixed |
Status: | pending → closed |
Fixed in [28538].
Note: See
TracTickets for help on using
tickets.
Please attach a test case which reproduces the problem.