Skip to content

Unstick not triggering #133

@llandrew

Description

@llandrew

I've used this plugin a few times and have never run into this issue before. The sticky_kit:stick even is triggering just fine, but when it unsticks, sticky_kit:unstick isn't triggering anymore. I've done some tracking and it seems like it's never getting to the point where it emits that trigger. Everything is happening in the recalc code. The element isn't flush with the top, it's like 400px from the top, nothing special about the code for it.

This is the CSS for the element it's on if this helps.

.compare-bar.open {
display: table;
}

.compare-bar {
position: relative;
z-index: 100;
display: none;
width: 100%;
margin-top: -21px;
margin-bottom: 0;
padding: 5px 10px;
color: white;
background-color: #aa1e2e;
overflow: auto;
}

Any idea what would cause unstick not to fire?

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions