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 255230

Summary: Notifications don't pop anymore at startup
Product: platform Reporter: tdanard
Component: Window SystemAssignee: Stanislav Aubrecht <saubrecht>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0.2   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:

Description tdanard 2015-09-11 15:54:14 UTC
In my application, I have several notifications that can be displayed at startup. Example: "This version of Java is not supported".

To display a notification at startup, I create a runnable that I queue with WindowManager.getDefault().invokeWhenUIReady

In NetBeans 7.3.1, the notification displays correctly: it pops and there is an icon in the bottom right corner.

In NetBeans 8.0.2, the notification is present, but doesn't "pop". If I click on the icon in the bottom right corner, it shows correctly.
Comment 1 Ondrej Vrabec 2015-09-15 15:30:22 UTC
Something must have changed in the order window system runs the after-loaded tasks. Seems that WindowSystem has not yet fully initialized the UI when it's calling the registered tasks. Reassigning to window system