[cvs] commit: dimp/js ContextSensitive.js DimpBase.js DimpCore.js DraggableMail.js compose.js fullmessage.js dimp/js/src ContextSensitive.js DimpBase.js DimpCore.js DraggableMail.js compose.js fullmessage.js

Michael M Slusarz slusarz at horde.org
Tue May 27 20:14:52 UTC 2008


slusarz     2008-05-27 16:14:52 EDT

  Modified files:
    js                   ContextSensitive.js DimpBase.js 
                         DimpCore.js DraggableMail.js compose.js 
                         fullmessage.js 
    js/src               ContextSensitive.js DimpBase.js 
                         DimpCore.js DraggableMail.js compose.js 
                         fullmessage.js 
  Log:
  Previously, we needed to observe 'click' instead of 'mousedown' because
  mousedown events might have captured by observers directly in HTML tags. Now
  that we are handling all events through prototype, go back to using the
  more friendly cross-browser method of observing 'mousedown' instead.
  
  Revision  Changes    Path
  1.66      +1 -1      dimp/js/ContextSensitive.js
  1.68      +1 -1      dimp/js/DimpBase.js
  1.428     +1 -1      dimp/js/DimpCore.js
  1.66      +1 -1      dimp/js/DraggableMail.js
  1.108     +1 -1      dimp/js/compose.js
  1.36      +1 -1      dimp/js/fullmessage.js
  1.51      +5 -5      dimp/js/src/ContextSensitive.js
  1.68      +49 -49    dimp/js/src/DimpBase.js
  1.428     +8 -18     dimp/js/src/DimpCore.js
  1.49      +2 -2      dimp/js/src/DraggableMail.js
  1.103     +15 -15    dimp/js/src/compose.js
  1.35      +10 -10    dimp/js/src/fullmessage.js

  Chora Links:
  http://cvs.horde.org/diff.php/dimp/js/ContextSensitive.js?r1=1.65&r2=1.66&ty=u
  http://cvs.horde.org/diff.php/dimp/js/DimpBase.js?r1=1.67&r2=1.68&ty=u
  http://cvs.horde.org/diff.php/dimp/js/DimpCore.js?r1=1.427&r2=1.428&ty=u
  http://cvs.horde.org/diff.php/dimp/js/DraggableMail.js?r1=1.65&r2=1.66&ty=u
  http://cvs.horde.org/diff.php/dimp/js/compose.js?r1=1.107&r2=1.108&ty=u
  http://cvs.horde.org/diff.php/dimp/js/fullmessage.js?r1=1.35&r2=1.36&ty=u
  http://cvs.horde.org/diff.php/dimp/js/src/ContextSensitive.js?r1=1.50&r2=1.51&ty=u
  http://cvs.horde.org/diff.php/dimp/js/src/DimpBase.js?r1=1.67&r2=1.68&ty=u
  http://cvs.horde.org/diff.php/dimp/js/src/DimpCore.js?r1=1.427&r2=1.428&ty=u
  http://cvs.horde.org/diff.php/dimp/js/src/DraggableMail.js?r1=1.48&r2=1.49&ty=u
  http://cvs.horde.org/diff.php/dimp/js/src/compose.js?r1=1.102&r2=1.103&ty=u
  http://cvs.horde.org/diff.php/dimp/js/src/fullmessage.js?r1=1.34&r2=1.35&ty=u


More information about the cvs mailing list