Skip to content

Resolve "ba-resize memory leak"

Luke "Jared" Bennett requested to merge 26282-autosize-js-memory-leak into master

What does this MR do?

It seems jquery.ba-resize.js plugin is causing some issues, not as much as I initially thought, but I had a look and it looks like we dont even need it, all of our resize events are on window, which jquery core supports.

Are there points in the code the reviewer needs to double check?

This depends on !8437 (merged)

Why was this MR needed?

Screenshots (if relevant)

before

Screen_Shot_2017-01-03_at_17.26.22

after

Screen_Shot_2017-01-03_at_17.24.02

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #26282 (closed)

Merge request reports