search for: droppedelement

Displaying 1 result from an estimated 1 matches for "droppedelement".

2006 Feb 20
0
element.remove when element being dragged
Hi I''ve a class which creates a lot of droppable icons (folders) and another class that creates some draggable file icons. When I drop one of the files in the folders I want to remove the file icon from the screen. However, doing Element.remove(droppedElement); results in a repeated js error "element has no properties" in protoype line 1588. This continues to occur until I click on another draggable. A abbreviated version of my folder class looks like this: ====================================== oFolder = Class.create(); oFolder...