Hi ,
We are using RichFaces 3.3.3 version (and restricted to use the same). We have a context menu (<rich:menuItem>.....</rich:menuItem>) which disappears if we mouseout of the menu. I want to override this default behaviour , and let the context menu visible even if we mouse over it and mouse out from it. I need to close this menu only when we click outside the context menu. I tried with javascript/jQuery to do this but fail. I use contextMenu.setOnMouseOut( my javascript method).
Please suggest.