[kune-commits] r1600 - trunk/src/main/webapp/others/js

Vicente J. Ruiz Jurado vjrj_ at ourproject.org
Thu Nov 10 22:26:37 CET 2011


Author: vjrj_
Date: 2011-11-10 22:26:37 +0100 (Thu, 10 Nov 2011)
New Revision: 1600

Modified:
   trunk/src/main/webapp/others/js/fake-selenium-pointer.js
Log:
Minor change in selenium tests

Modified: trunk/src/main/webapp/others/js/fake-selenium-pointer.js
===================================================================
--- trunk/src/main/webapp/others/js/fake-selenium-pointer.js	2011-11-10 21:22:37 UTC (rev 1599)
+++ trunk/src/main/webapp/others/js/fake-selenium-pointer.js	2011-11-10 21:26:37 UTC (rev 1600)
@@ -27,8 +27,8 @@
 }
 
 function ksetCursorPos(x, y) {
-  document.getElementById('kcursor').style.top = x + 'px';
-  document.getElementById('kcursor').style.left = y + 'px';
+  document.getElementById('kcursor').style.left = x + 'px';
+  document.getElementById('kcursor').style.top = y + 'px';
 }
 
 function khideCursor() {




More information about the kune-commits mailing list