Community
Participate
Working Groups
Created attachment 180756 [details] Patch for the Demo to reproduce I have a view that displays a tree in it (Actually it is a bit more complicated) In a CVS checkout of 1.3 of the date 20.05.2010 everything works and the sample command is shown in the tree menu. With 1.4 and CVS checkout of today the sample command is not shown, but it seems to be recognized as the menu stays open (usually empty menus pop up and close right away). I attached a patch for the RAP demo. As out app is a bit complicated I copied a lot of classes to it, as a simple tree in view with menu contributions worked.
Fixed in CVS HEAD. There were two menus (in this case one on the tree, one on the expandbar), both got opend on the client, but only one reported to the server (the empty one on the expandbar). Fixed by calling stopProppagation in the menuHandler, so only the first, correct menu (the tree one) is opend.
I can verify that it now works as expected.