Author: sergeyhalipov
Date: 2007-03-14 09:38:13 -0400 (Wed, 14 Mar 2007)
New Revision: 65
Modified:
trunk/richfaces/drag-drop/src/main/resources/org/richfaces/renderkit/html/scripts/drag-indicator.js
Log:
Fix initial styling when mouse was released on dropZone that doesn't accept drag.
Modified:
trunk/richfaces/drag-drop/src/main/resources/org/richfaces/renderkit/html/scripts/drag-indicator.js
===================================================================
---
trunk/richfaces/drag-drop/src/main/resources/org/richfaces/renderkit/html/scripts/drag-indicator.js 2007-03-13
22:08:43 UTC (rev 64)
+++
trunk/richfaces/drag-drop/src/main/resources/org/richfaces/renderkit/html/scripts/drag-indicator.js 2007-03-14
13:38:13 UTC (rev 65)
@@ -34,6 +34,7 @@
Element.hide(this);
this.style.position = '';
this.offsets = undefined;
+ this.leave();
},
position: function(x, y) {
Show replies by date