I wish to propose to remove this plugin from the tab interface. It has caused many issues: #7171, #7385, #7522, #7591.
Also found a new issue when the screen is resized sometimes the height is not adjusted right:

Can the equalize plugin be updated to fix all those issue?
May be equalize plugin simply needs to be improved about how it could better interact with all those plugin that seems conflicting with. A solution, that worth exploring, would be to listening and triggering new events that would fix the issue in a timely matter.
Cheers
@duboisp It is possible, but well require a huge overhaul of the plugin.
Some overhauls to look at:
-How is the screen size determined and in certain screen size should we prevent the equalizer? If we prevent the equalizer or not we may be required to remove styling such as min-height. Which causes issues in the tabs when in detail/summary mode.
-How to determine the current content inside of the tab plugin and is the equalizer required with that content?
-What in the equalizer is causing script delays? Does that lead to overlapping or flickering?
Any idea when this may be implemented?
Most helpful comment
Some overhauls to look at:
-How is the screen size determined and in certain screen size should we prevent the equalizer? If we prevent the equalizer or not we may be required to remove styling such as
min-height. Which causes issues in the tabs when in detail/summary mode.-How to determine the current content inside of the tab plugin and is the equalizer required with that content?
-What in the equalizer is causing script delays? Does that lead to overlapping or flickering?