Actions
Bug #3893
openpopup submenus aka section headers have internal path enabled by default
Start date:
03/14/2015
Due date:
% Done:
0%
Estimated time:
Description
This goes against the documentation that says section headers should have internal paths disabled.
The error seems to lie on line 372 of of WMenu. I believe at this point you should call setInternalPathEnabled(false); on the newly created WMenuItem.
You can work around this error by calling subMenu.getParentItem().setInternalPathEnabled(false); after you have called parentMenu.addMenu("name",subMenu);
No data to display
Actions