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
I've found something of an edge case that crops up in Backbone when moving between views. I imagine this will come up in Ember or other libraries/frameworks as well.
If you filter an isotope layout, then destroy the isotope instance (i.e. move to another view), then reinitialize isotope (i.e. return to the view containing the isotope instance), isotope will not initialize and behave as expected.
The expected behavior is that it should initialize with the original options and all items should be visible. The actual behavior is it seems to initialize with only what's originally visible, but I'm not exactly sure what's happening.
The text was updated successfully, but these errors were encountered:
Hey There!
I've found something of an edge case that crops up in Backbone when moving between views. I imagine this will come up in Ember or other libraries/frameworks as well.
Test case: http://codepen.io/noslouch/debug/dEosa
If you filter an isotope layout, then destroy the isotope instance (i.e. move to another view), then reinitialize isotope (i.e. return to the view containing the isotope instance), isotope will not initialize and behave as expected.
The expected behavior is that it should initialize with the original options and all items should be visible. The actual behavior is it seems to initialize with only what's originally visible, but I'm not exactly sure what's happening.
The text was updated successfully, but these errors were encountered: