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 - Notifications don't pop anymore at startup
Summary: Notifications don't pop anymore at startup
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 8.0.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-11 15:54 UTC by tdanard
Modified: 2015-09-15 15:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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