0 Replies Latest reply on May 13, 2009 2:43 PM by jdsuboy

    oncontextmenu for tree node not working in 3.3.1

    jdsuboy

      I am trying to use the oncontextmenu parameter in rich:treeNode.

      it works fine when I right click on the node, but it does not work when I right click on the rich-tree-node-handle (the part of the node where you expand/collapse it). the context menu pops up but my handler in oncontextmenu does not get called.

      it seems the the rich-tree-node-handle behaves differently then the rest of the node. I want the right-click select to work for the tree node, but it does not work on this part of the node.

      any ideas??