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 - JMenuBarOperator is not able to get into submenus on mac
Summary: JMenuBarOperator is not able to get into submenus on mac
Status: NEW
Alias: None
Product: qa
Classification: Unclassified
Component: Jellytools (show other bugs)
Version: 7.2
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: issues@qa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-08 13:02 UTC by Petr Cyhelsky
Modified: 2012-06-18 10:15 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 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.