Index: lams_central/web/includes/javascript/authoring/authoringMenu.js =================================================================== diff -u -r943d95fa7d688df6e72acd86d22f5906841ad710 -rb025bcc6be1d3b3561547e21b0690be1ec406e05 --- lams_central/web/includes/javascript/authoring/authoringMenu.js (.../authoringMenu.js) (revision 943d95fa7d688df6e72acd86d22f5906841ad710) +++ lams_central/web/includes/javascript/authoring/authoringMenu.js (.../authoringMenu.js) (revision b025bcc6be1d3b3561547e21b0690be1ec406e05) @@ -393,10 +393,10 @@ } // draw the new activity next to the existing one - var x = activity.items.shape.getBBox().x + layout.snapToGrid.step / 2, - y = activity.items.shape.getBBox().y + layout.snapToGrid.step / 2, + var x = activity.items.shape.getBBox().x + layout.snapToGrid.step, + y = activity.items.shape.getBBox().y + layout.snapToGrid.step, newActivity = new ActivityDefs.ToolActivity(null, null, toolContentID, activity.toolID, activity.learningLibraryID, - null, x, y, title); + null, x, y, title); layout.activities.push(newActivity); if (activity.grouping) {