#16029 closed defect (fixed)
[regression] mdnd test failure in test_dnd_dndFromDojo.html, included patch
Reported by: | wsargent | Owned by: | Adam Peller |
---|---|---|---|
Priority: | undecided | Milestone: | 1.8.2 |
Component: | Dojox | Version: | 1.8.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
When you run the test by hitting the page, you cannot accept Type1 items into the "Source/Target? dojox" box, and you see the exception as follows:
Uncaught TypeError?: Object #<Object> has no method 'manager' at line 51 in DndFromDojo?.js.
Attachments (1)
Change History (6)
Changed 8 years ago by
Attachment: | DndFromDojo.patch added |
---|
comment:1 Changed 8 years ago by
patch file does not apply. what format is this?
I'm not familiar with the code. Why isn't a 'new' keyword needed here? Why not also convert over the AreaManager? line above?
comment:2 Changed 8 years ago by
Milestone: | tbd → 1.8.2 |
---|
manager() and areaManager() are both factory functions, hence no new keyword.
I'll check in the fix to call Manager.manager() along with the fix to #16036. Can't call AreaManager.areaManager() though without fixing the code in dojox/dnd/AreaManager.js, so I won't bother with that. (You can update it if you like.)
comment:5 Changed 8 years ago by
Summary: | mdnd test failure in test_dnd_dndFromDojo.html, included patch → [regression] mdnd test failure in test_dnd_dndFromDojo.html, included patch |
---|
patch to change Manager reference