You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're combining this with http://isotope.metafizzy.co/ . Though that probably does not specifically matter.
In some situations, for some elements a set 'display: none' is dropped. Strangely not for all hidden elements.
Is display: none set on the style attribute rather than via CSS (or set via JS)?
Looks like that would indeed fail, as it currently will revert to what has been set via CSS.
I'll look into getting this fixed.
We're combining this with http://isotope.metafizzy.co/ . Though that probably does not specifically matter.
In some situations, for some elements a set 'display: none' is dropped. Strangely not for all hidden elements.
I haven't gone through all the code so I don't see why it would sometimes not drop display:none.
But https://github.com/liabru/jquery-match-height/blob/master/jquery.matchHeight.js#L253 does not seem handy. I think it would be better if on line 235 you store the original display value in a variable and apply that on line 253 again.
The text was updated successfully, but these errors were encountered: