Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 3304

Show
Ignore:
Timestamp:
12/13/05 22:12:03 (3 years ago)
Author:
madrobby
Message:

script.aculo.us: Fixed draggables starting to drag even if mouse button was released with no movement, [thx topfunky]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • spinoffs/scriptaculous/CHANGELOG

    r3302 r3304  
     1*SVN* 
     2 
     3* Fixed draggables starting to drag even if mouse button was released with no movement, [thx topfunky] 
     4 
     5* Updated the README to reflect final status 
     6 
    17*V1.5.0* 
    28 
  • spinoffs/scriptaculous/README

    r3097 r3304  
    1717== Installation/Usage 
    1818 
    19 This pre-release version of script.aculo.us includes the 
    20 Prototype framework 1.4.0_rc3. You can use later versions, 
    21 as they become available (see http://prototype.conio.net). 
     19script.aculo.us includes the Prototype JavaScript Framework  
     20V1.4.0. You can use later versions, as they become available  
     21(see http://prototype.conio.net). 
    2222 
    2323Put prototype.js, and the six files scriptaculous.js,  
  • spinoffs/scriptaculous/src/dragdrop.js

    r3283 r3304  
    147147    this._lastPointer = null; 
    148148    this.activeDraggable.endDrag(event); 
     149    this.activeDraggable = null; 
    149150  }, 
    150151