#14709 closed defect (fixed)
Why doesn't test case http://localhost:8080/dojox/grid/tests/enhanced/test_enhanced_grid_menus.html work?
Reported by: | helloworld | Owned by: | Evan |
---|---|---|---|
Priority: | undecided | Milestone: | 1.8 |
Component: | DojoX Grid | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
hi,
by console log, there is: "Could not load class 'dijit.Menu [Break On This Error]
}," on dojo.js(line 424)
But test case for menu, like http://localhost:8080/js/dijit/tests/test_Menu.html is OK.
Thanks.
Change History (3)
comment:1 Changed 8 years ago by
comment:3 Changed 8 years ago by
Milestone: | tbd → 1.8 |
---|
Note: See
TracTickets for help on using
tickets.
Have the same error in version 1.7.2
Works if i explicit add the require-statement
dojo.require("dijit.Menu");
to the other require-statements in ..\dojo-release-1.7.2-src\dojox\grid\tests\enhanced\test_enhanced_grid_menus.html