sdecima / javascript-detect-element-resize

A Cross-Browser, Event-based, Element Resize Detection
MIT License
879 stars 150 forks source link

New, simpler method for element resize detection on backalleycoder #13

Open trystanclarke opened 9 years ago

trystanclarke commented 9 years ago

Hi, I noticed that the backalleycoder article has been updated recently with a new, simpler way of detecting a resize event using an injected 'object' . Not sure if you want to update your project, thought I would let you know in case you hadn't realised. http://www.backalleycoder.com/2013/03/18/cross-browser-event-based-element-resize-detection/

sdecima commented 9 years ago

I know, I already saw the update but I didn't have the time to test the new method (there are many comments about issues with this method). As soon as I have a little time to run some tests I'll update the library.

I'll keep this ticket open just to track my tests on this new method and let everybody interested know about it.

Thanks!

Giwayume commented 8 years ago

This method doesn't work in IE11. You just end up with a white box covering your element.