Re: 8u40 no dock icon, no menu, weird window behaviour

2015-03-11 Thread Vanja Bucic
8u40 has made all webstart launched apps unusable (on a mac). Seems to be a problem with the initial splash screen implementation which borks everything afterwards. No focus, keyboard events, menu, dock, cmd-tab, etc. Probably the issue you are having. Is IntelliJ starting your app with javaws co

Re: 8u40 no dock icon, no menu, weird window behaviour

2015-03-11 Thread Sergey Bylokhov
Hi, Robert Please file an urgent CR. Add all necessary information to how to reproduce the bug. Also please check different osx version(10.9,10.10). 11.03.15 9:39, Robert Krüger wrote: Hi, after updating to 8u40 our application no longer displays a screen menu (we use -Dapple.laf.useScreenMen

Re: 8u40 no dock icon, no menu, weird window behaviour

2015-03-11 Thread Mike Murray
This bug has already been filed: https://bugs.openjdk.java.net/browse/JDK-8074669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel There is a workaround, -Xdebug http://stackoverflow.com/questions/28971608/java-jtextfield-entry-broken-on-1-8-0-40-os-x-yosemite-10-10-2 But this is

Re: 8u40 no dock icon, no menu, weird window behaviour

2015-03-11 Thread Robert Krüger
I just filed mine with a test case. Although it is probably caused by the same problem I think it's different enough for a separate report. Anyway, I had submitted it about one minute before your email came. On Wed, Mar 11, 2015 at 7:37 PM, Mike Murray wrote: > This bug has already been filed:

Re: 8u40 no dock icon, no menu, weird window behaviour

2015-03-11 Thread Mike Murray
You should also try -Xdebug in your development environment to see if it has any impact. On Wed, Mar 11, 2015 at 11:41 AM Robert Krüger wrote: > I just filed mine with a test case. Although it is probably caused by the > same problem I think it's different enough for a separate report. > > Anywa