Skip to content
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

Workaround for Zombie DOM Nodes #179

Closed
wants to merge 4 commits into from
Closed

Workaround for Zombie DOM Nodes #179

wants to merge 4 commits into from

Conversation

tobilen
Copy link
Collaborator

@tobilen tobilen commented Aug 24, 2017

this adresses #120 (comment)

i've added a story that reproduces the issue based off of @ConneXN good work. my workaround sets the z-index for elements starting their leaving-transition to -1, so they dont catch click events meant for the (visible) element below them.

this is not a solve, seeing as we still have zombie nodes, but it satisfies my current requirments. maybe it helps someone else find a real solution.

@tobilen tobilen changed the title Workaround for Zombie DOM Nodes Fix for Zombie DOM Nodes Aug 24, 2017
@tobilen tobilen changed the title Fix for Zombie DOM Nodes Workaround for Zombie DOM Nodes Aug 24, 2017
@tobilen
Copy link
Collaborator Author

tobilen commented Aug 24, 2017

actually this is rubbish. its relies on there being more added elements than removed ones, still leaves clickable areas to the side of the list and generally doesnt solve the issue of zombie elements.

@tobilen tobilen closed this Aug 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant