﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8387	JDialog moves down in Ubuntu Unity	bastiK	team	"If you open a dialog box (e.g. download dialog) the position and size should be restored to the previous values.
However on my system, the box has moved down 28 pixels each time it is opened.

This seems to be caused by a Java or Unity bug:

If you set {{{dlg.setLocation(300,400);}}} and later run {{{dlg.getLocation()}}} or {{{dlg.getLocationOnScreen()}}}, then the result should be (300,400), but in fact it is (301,428).

{{{
java version ""1.6.0_24""
OpenJDK Runtime Environment (IcedTea6 1.11.5) (6b24-1.11.5-0ubuntu1~12.10.1)
OpenJDK 64-Bit Server VM (build 20.0-b12, mixed mode)

and

java version ""1.7.0_09""
OpenJDK Runtime Environment (IcedTea7 2.3.4) (7u9-2.3.4-0ubuntu1.12.10.1)
OpenJDK 64-Bit Server VM (build 23.2-b09, mixed mode)

Ubuntu 12.10
}}}"	defect	closed	normal		Core		othersoftware	Unity	
