Comment 7 for bug 1156919

Revision history for this message
Yannick Mauray (yannick-mauray) wrote :

Easily reproductible with a simple Java testcase (attached below) : a window is placed at coordinates (100,100) (that part works fine), but is immediately moved and reported to be at (101, 128) : 1 pixel to the right, due to the window border, and 28 pixels below, which is the titlebar's height.

We ran this testcase on another window manager and the reported position is (100,100). We also ran it on other operating systems and they report (100,100) also.