#16035 closed defect (fixed)
dojo/dnd/move.parentConstrainedMoveable classname misses the 'dojo' prefix
Reported by: | Patrick Ruzand | Owned by: | Eugene Lazutkin |
---|---|---|---|
Priority: | undecided | Milestone: | 1.8.1 |
Component: | DnD | Version: | 1.8.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
dojo/dnd/move.parentConstrainedMoveable classname misses the 'dojo' prefix which breaks backward compat.
It's due to changes [28517] in dojo/dnd/move.js, where the classname of the parentConstrainedMoveable class declaration misses its "dojo" prefix.
Should be:
var parentConstrainedMoveable = declare("dojo.dnd.move.parentConstrainedMoveable", constrainedMoveable, {
see #14980
You can see the error by loading demos/cropper/demo.html that throws the following error:
TypeError: d.dnd.move.parentConstrainedMoveable is not a constructor http://../demos/cropper/src/Preview.js Line 107
Change History (5)
comment:1 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by
Milestone: | tbd → 1.9 |
---|
comment:3 Changed 10 years ago by
Description: | modified (diff) |
---|
Thans for the fix, can you check it into the 1.8 branch too?
Version 0, edited 10 years ago
by
(next)
comment:5 Changed 10 years ago by
Milestone: | 1.9 → 1.8.1 |
---|
Note: See
TracTickets for help on using
tickets.
In [29685]: