How can I prevent the user from being able to resize an image in designMode? (disable the handles when image is clicked)
|
|
Say you turn contentEditable on like this:
All you have to do is turn it off for all (or some) images.
|
||||||||
|
|
|
I can't get this working when using designMode in Firefox. I have tried the CSS property, -moz-user-select and that is not working either. Any ideas how to stop the resize handers on the image. I am trying it with the http://projects.bundleweb.com.ar/jWYSIWYG/ control. When I add an image to the demo in Firefox the resize handlers appear. Any idea how I could modify this so the resize handlers do not appear in Firefox and IE? Would it be possible to block the click event for images so the resize handler doesn't appear? |
|||
|
|
|
|
Well, you cannot remove those resize handlers neither in Firefox nor IE... at least I couldn't find a solution. At the end I managed that in Firefox by editing some configuration files from FF installation folder and we don't want to do that, right? Anyway, if you want to disable resizing if images (but resize handlers will still be visible) just add some css style like:
regards, Mihailo |
||
|
|
