These two elements share the same context popup menu, the right click event is managed by jQuery (look at the javascript code).

Right click me Right click me

This element has its own, different, context popup menu and the click event is managed on line (look at the HTML code).

Right click me

Hit the 'Ctrl' key (while right click) to show the 'real' context menu.