Dean Earley wrote:
As far as I can tell, JS shows a div (I think). Admittedly, I've only seen it in Outlook Web Access (and it does handle the context menu button...)
Looking at how Outlook Web Access does it, they replace the context menu in some situations (clicking on a message or a folder) and leave it alone in others (the body of a message). In no cases is it merged with the context menu, and I believe the only way to do that is with a browser extension. I personally think that browser extensions would be the best solution, but obviously that would be an entirely new codebase. If we do use javascript context menus, I think it would be important to only use them where necessary (similar to the way Outlook webmail works). I also think that all context menu's should have a disable option similar to this example: http://www.milonic.com/menusample27.php
-Charles