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 213828

Summary: JMenuBarOperator is not able to get into submenus on mac
Product: qa Reporter: Petr Cyhelsky <cyhelsky>
Component: JellytoolsAssignee: issues@qa <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.2   
Hardware: PC   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:

Description Petr Cyhelsky 2012-06-08 13:02:50 UTC
JMenuBarOperator is not able to get into submenus on mac - for example the following code:

MainWindowOperator mainWindow = MainWindowOperator.getDefault();
JMenuBarOperator menuBar = new JMenuBarOperator(mainWindow.getJMenuBar());
JMenuItemOperator menuItem = menuBar.showMenuItem("Viev|Toolbars|Memory","|");

traverses to the "Toolbars" item, but is not able to go further into the submenu of the "toolbars"
Comment 1 Jiri Skrivanek 2012-06-18 10:15:40 UTC
It is problem in Jemmy. We haven't run tests on Mac regularly and Jemmy was tested with mac native java. If this is a problem of JDK7u4 then Jemmy needs to be verified with this JDK that everything works.