What events are triggered when resizing an image in designMode/contentEditable?
Posted
by Brendon Muir
on Stack Overflow
See other posts from Stack Overflow
or by Brendon Muir
Published on 2010-04-30T01:49:29Z
Indexed on
2010/04/30
1:57 UTC
Read the original article
Hit count: 431
resize-image
|contenteditable
In Firefox and IE when you enable contentEditable on a div that contains an image, the image gets handles when clicked on that allow you to resize it. I'm struggling to find an event that fires after the resize occurs. I want to be able to update a properties inspector with the correct height and width values when the resize takes place.
Is this possible, and if so, how? :)
© Stack Overflow or respective owner