Index: /trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMouseHandler.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMouseHandler.cpp	(revision 30447)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMouseHandler.cpp	(revision 30448)
@@ -245,4 +245,5 @@
         mouse.PutMouseEventAbsolute(-1, -1, 0, 0, 0);
     }
+#if 0 /* current team's decision is NOT to capture mouse on mouse-absolute mode loosing! */
     /* If mouse-integration deactivated or mouse doesn't supports absolute pointing: */
     else
@@ -266,4 +267,13 @@
             captureMouse(iFocusedView);
     }
+#else /* but just to switch the guest mouse into relative mode! */
+    /* If mouse-integration deactivated or mouse doesn't supports absolute pointing: */
+    else
+    {
+        /* Switch guest mouse to the relative mode: */
+        CMouse mouse = session().GetConsole().GetMouse();
+        mouse.PutMouseEvent(0, 0, 0, 0, 0);
+    }
+#endif
 
     /* Notify user about mouse supports or not absolute pointing if that method was called by signal: */
