> Only a last thing, sorry, just to close the point: > even if I set the enables status of the Menu.Item to false, is it right that > in the perform(Component source) , source is the Menu.Item, but as inspected > by the debugger it has enabled = true ?
Yes, because the code does not allow you to change the value to false (it throws an exception). > If yes, I still have to ask to you only a last thing on this (long) ticket > ... on what to do on selection with right click (as written in the jira > issue) ... comments ? You checked in a fix the other day to prevent selection unless the left mouse button is clicked, correct? This resolved Raffaele's issue, but it brings up an interesting question: assuming that the user wants to bring up a context menu in this case, should a right click change the selection or leave it as-is? On the Mac, right-clicking an item is a bit strange. If I have item "A" selected and I right click on "B", "A" remains selected, but "B" gets a blue outline indicating that it is "sort of" selected. If I select an item from the context menu that appears, the selected action applies to "B", not "A". This actually seems kind of strange to me. As a user, I think I'd expect the right click to bring up a menu only, not change the selection. But I'm curious to know what others think. G