-
Notifications
You must be signed in to change notification settings - Fork 281
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
hidden elements on top of visibile ones #21
Comments
Adding show() and hide() fixes #20 and #21 for me on ie8/9. Do you think this is something can be handled in the library itself?
|
I don't see hidden elements on top of visible ones. Can you provide a link/demo to where it's not working, or steps of how to reproduce it from my demos? |
Demos works fine here too, will provide a test case |
Here's the test case https://gist.github.com/MichiUB/10470157 |
@MichiUB please provide a better test case. See here for more details. https://github.com/Vestride/Shuffle#submitting-issues |
Here's a better one, if hover the link under the first image you'll see the wrong href, which is the one of the hidden video: |
Thanks @MichiUB, I see the issue now. |
Add jshintrc file. Clean up transition method to get ready for #21.
Works great, thanks @Vestride! Any chance you can cut a minor release please? Thanks @MichiUB for working on the test cases |
I encountered this issue to and resolved with adding a css .concealed {visibility: hidden}; Thank you for this issue resolved, it was puzzling me for a couple hours today |
On ie9 i have hidden elements on top of visible ones, wouldn't make sense to play with z-index or set them display: none to avoid this kind of issues? On decent browsers of course it works fine :)
The text was updated successfully, but these errors were encountered: