How do I enable the browser context menu?
qooxdoo disables the default right-click browser menu. How can I show it?
When I use qooxdoo in a page, the default context menu shown by the browser when you right click your mouse doesn’t appear. To enable this menu just use:
window.application.getClientWindow().getEventManager().setAllowClientContextMenu(true);
