I have a probem with editing links that have display set to inline-block. If I go over link with a mouse, the pointer changes to "move" and it doesn't let me edit the text inside.
I allready added the code :
document.body.addEventListener('mscontrolselect', function(ev){ ev.preventDefault(); });
But this just hides the controls for resizing. It still doesn't let me edit the text inside.