Hi Jerome, > It's the same behavior with this appli : > http://pivot.apache.org/tutorials/menu-bars.html > The first time it doesn't work (may be the focus) after click "New" it works. > > Windows 7 & IE 9.0 Yes, you have reason, it's a focus issue ... as a workaround you could try to force the focus in some (input-enabled) text field, or maybe with javascript if deployed as an applet ?
We could see if a forceFocus (or similar) setting somewhere could help (in BrowserApplicationContext and/or in bxml for the toplevel Window) ... Comments (even from others) ? Thanks for now, Sandro
