This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 253930 - 'Set current thread' popup appears outside the IDE UI
Summary: 'Set current thread' popup appears outside the IDE UI
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-29 06:42 UTC by stwr
Modified: 2015-07-30 01:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Popup outside the IDE (255.81 KB, image/png)
2015-07-29 06:42 UTC, stwr
Details

Note You need to log in before you can comment on or make changes to this bug.
Description stwr 2015-07-29 06:42:48 UTC
Created attachment 154997 [details]
Popup outside the IDE

Product Version: NetBeans IDE 8.1 Beta (Build 201507231027)
Java: 1.8.0_60-ea; Java HotSpot(TM) 64-Bit Server VM 25.60-b23
Runtime: Java(TM) SE Runtime Environment 1.8.0_60-ea-b25
System: Windows 7 version 6.1 running on amd64; Cp1250; en_US (nb)
User directory: C:\Users\cendrowiczm\AppData\Roaming\NetBeans\8.1beta
Cache directory: C:\Users\cendrowiczm\AppData\Local\NetBeans\Cache\8.1beta

Test Case --> http://services.netbeans.org/synergy/client/app/#/case/1280/suite/1880/v/1

It seems that logic puts this popup always in the middle of screen instead of calculating it relative to the IDE position. See the picture.
Comment 1 Martin Entlicher 2015-07-29 12:48:04 UTC
The dialog has WindowManager.getDefault().getMainWindow() as the owner, but wrong location (center of the screen instead of center of the IDE) was set.
This is fixed by changeset:   290322:ad70108ccf7e
http://hg.netbeans.org/core-main/rev/ad70108ccf7e
Comment 2 Quality Engineering 2015-07-30 01:25:02 UTC
Integrated into 'main-silver', will be available in build *201507300002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/ad70108ccf7e
User: mentlicher@netbeans.org
Log: #253930: Set the dialog to the center of the IDE, not the center of the screen.