wnr / element-resize-detector

Optimized cross-browser resize listener for elements.
MIT License
1.32k stars 118 forks source link

fix: disable object element handler #122

Closed imcuttle closed 4 years ago

imcuttle commented 4 years ago

the object without visibility: hidden may trigger some bugs in contenteditable

wnr commented 4 years ago

Thanks!

drify commented 3 years ago

Please REVERT this change. It makes the "object" strategy no longer work in ALL Firefox browsers (tested in Firefox 52 ESR, 78 ESR, 90.0b11) @wnr

Please do TEST before you make a pull request!

wnr commented 3 years ago

Hmm that's strange. It seems like it works sometimes and sometimes not in FF. That's why the automated tests failed to catch this error. I'll push a revert for this.