I'm building an editor using the designmode property
This is creating one big problem for me though. I'd like to add menus to specific items when they are clicked upon, but the designmode seems to have switched off all execution of scripts.
Is there anyway around it (without having to manually switch off the designmode).
My main problem is that i want to enable a right-mouseclick on, for example, images and show a (DIV) menu with accessible properties of that image (such as adjusting the dimensions).