A good quick thing to fix would be making a custom context menu. Since ideally this will be for nodeOS, but will also likely be implemented in webkit-based applications, it's worth looking for a cross-platform solution. I know html5 specifications have an API for this (contextmenu attr/menu elem), though at the moment only firefox supports it. Still, there are workarounds with cancelling the rightclick action and replacing it with a
with absolute positioning
A good quick thing to fix would be making a custom context menu. Since ideally this will be for nodeOS, but will also likely be implemented in webkit-based applications, it's worth looking for a cross-platform solution. I know html5 specifications have an API for this (contextmenu attr/menu elem), though at the moment only firefox supports it. Still, there are workarounds with cancelling the rightclick action and replacing it with a