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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The reason will be displayed to describe this comment to others. Learn more.
I think this may need a little more work, as it stands when none are visible, vals returns undefined, line 30 then errors: Uncaught TypeError: Cannot read property 'top' of undefined
Imagine it needs to be wrapped in if (vals.length > 0) or it may be wiser to apply the :visible selector to the data-equalizer attribute in the triggering reflow function further down?
The reason will be displayed to describe this comment to others. Learn more.
@thedeerchild , what was the purpose of this change? One of it's side effects is that Equalizer is no longer compatible out-of-the-box with plugins that temporarily hide elements such as Tabs. Details and code examples can be found here:
The reason will be displayed to describe this comment to others. Learn more.
Can anyone answer what the purpose of this change was? It breaks thinks like trying to include Equalizer in a Reveal modal. The transition is jerky and jarring instead of being smooth because equalizer can't act on the content until it becomes visible.
d4f2147
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this may need a little more work, as it stands when none are visible, vals returns undefined, line 30 then errors:
Uncaught TypeError: Cannot read property 'top' of undefined
Imagine it needs to be wrapped in
if (vals.length > 0)
or it may be wiser to apply the:visible
selector to thedata-equalizer
attribute in the triggering reflow function further down?d4f2147
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@thedeerchild , what was the purpose of this change? One of it's side effects is that Equalizer is no longer compatible out-of-the-box with plugins that temporarily hide elements such as Tabs. Details and code examples can be found here:
#5422
d4f2147
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can anyone answer what the purpose of this change was? It breaks thinks like trying to include Equalizer in a Reveal modal. The transition is jerky and jarring instead of being smooth because equalizer can't act on the content until it becomes visible.