I'm trying to disable the context menu of a LayoutContainer when it's mask. I see a protected method, "disableContextMenu(boolean)", but it doesn't appear to work. Although it does call "event.preventDefault()" when set, it still calls Component.onRightClick(), which posts the dialog. I'm not sure of this is a bug, and the call to onRightClick should be within the if statement, or whether there is another way to disable a Component's context menu.
Thanks!
Brian