Morgan Pittkin

Results 2 issues of Morgan Pittkin

Found using Chrome, Vaadin 8.4.3, Wildfly 10.1 To reproduce create a Button and add a keyboard shortcut using something like: Button btnDownload = new Button(VaadinIcons.DOWNLOAD, event -> System.out.println("download")); btnDownload.setClickShortcut(KeyCode.P, ModifierKey.CTRL);...

question
Stale

I am getting a null pointer exception whenever the plugin tries to fetch new notifications. It's happening on both my work and home computers. I'm using: Windows 10 Oracle JDK...