-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Safari: offset position on resize with percentPosition #698
Comments
Will there be a fix, soon? :) |
Seems like a timing issue in
(it doesn't really fix the issue, it just works for the obvious case but has side effects) |
Any luck on this one? @desandro |
I noticed this issue using Isotope and I realized downgrading fixed my issue. I was on 2.2.0 and downgraded to 2.1.1 and it fixed my issue. |
@manufaktor, is the side effect you refer to just killing off animation? I'm trying to figure out how to best work around this right now. |
@manufaktor Nevermind—I went ahead and tried it and appreciate your note. Good patch for now! |
set transition position in percent values Fix Safari percentPosition bug; Ref desandro/masonry#698
I've been able to identify and fix the bug in Outlayer. The fix will be in the next release of Masonry. Bug was related to Safari returns percent values for |
Sweet, thanks @desandro! |
Merged in v3.3.1. |
@desandro thank you for adding this fix for Masonry... is there a way to fix this in Isotope as well without having to downgrade to 2.1.1? I did the downgrade and it fixed my Safari layout issue, but I would rather stay with the latest version, or else apply a patch manually if that's possible... Thanks so much for all your hard work. :) |
@BaseNineStudios This fix was merged into Isotope v2.2.1. Looks to be resolved, see demo http://codepen.io/desandro/pen/mIkhq |
@desandro, thanks!! |
See http://codepen.io/desandro/pen/JFpeg. When resizing window, items shift outside container before being reset into proper position
The text was updated successfully, but these errors were encountered: