﻿id,summary,reporter,owner,description,type,status,component,version,resolution,keywords,cc,guest,host
14835,Invisible drag-and-drop window blocks mouse interaction with guest -> duplicate of #14743,Sam Morris,,"Occasionally my mouse stops working in the guest. It turns out there is an invisible window covering the screen that blocks all interaction with the windows on the screen.

Running xwininfo and clicking on the screen outputs the following:

{{{
xwininfo: Window id: 0xa00001 ""VBoxClientWndDnD""

  Absolute upper-left X:  0
  Absolute upper-left Y:  0
  Relative upper-left X:  0
  Relative upper-left Y:  0
  Width: 1920
  Height: 1148
  Depth: 0
  Visual: 0x21
  Visual Class: TrueColor
  Border width: 0
  Class: InputOnly
  Colormap: 0x0 (not installed)
  Bit Gravity State: ForgetGravity
  Window Gravity State: NorthWestGravity
  Backing Store State: NotUseful
  Save Under State: no
  Map State: IsViewable
  Override Redirect State: yes
  Corners:  +0+0  -0+0  -0-0  +0-0
  -geometry 1920x1148+0+0
}}}

`xkill` does not kill the window, but if I kill off both the `VBoxClient --draganddrop` processes then the window goes away.",defect,closed,guest additions,VirtualBox 5.0.10,duplicate,,,Linux,Windows
