3 Aug 2012 14:15
[otrs-cvs] otrs/var/httpd/htdocs/js/thirdparty/jointjs-0.4 joint.js, 1.2, 1.3
CVS commits notifications of OTRS.org <cvs-log <at> otrs.org>
2012-08-03 12:15:30 GMT
2012-08-03 12:15:30 GMT
Comments:
Update of /home/cvs/otrs/var/httpd/htdocs/js/thirdparty/jointjs-0.4
In directory lancelot:/tmp/cvs-serv4520/var/httpd/htdocs/js/thirdparty/jointjs-0.4
Modified Files:
joint.js
Log Message:
Transition hover functionality.
Author: mn
Index: joint.js
===================================================================
RCS file: /home/cvs/otrs/var/httpd/htdocs/js/thirdparty/jointjs-0.4/joint.js,v
retrieving revision 1.2
retrieving revision 1.3
diff -2 -u -d -r1.2 -r1.3
--- joint.js 17 Jul 2012 14:00:21 -0000 1.2
+++ joint.js 3 Aug 2012 12:15:25 -0000 1.3
<at> <at> -659,5 +659,12 <at> <at>
this.dom.connection[i].mouseover(function(e){
Joint.fixEvent(e);
- self.showHandle();
+ self.showHandle();
+// ---
+// OTRS
+// ---
+ if (self.mouseOverCallback) {
+ self.mouseOverCallback();
+ }
+// ---
setTimeout(function(){
self.hideHandle();
<at> <at> -666,4 +673,16 <at> <at>
e.preventDefault();
});
+// ---
+// OTRS
+// ---
+ this.dom.connection[i].mouseout(function(e){
+ Joint.fixEvent(e);
+ if (self.mouseOutCallback) {
+ self.mouseOutCallback();
+ }
+ e.stopPropagation();
+ e.preventDefault();
+ });
+// ---
}
}
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log
RSS Feed