dollarshaveclub / stickybits

Stickybits is a lightweight alternative to `position: sticky` polyfills 🍬
https://github.com/yowainwright/stickybits
MIT License
2.19k stars 168 forks source link

IE11 Issue #621

Closed Amulya-sb closed 4 years ago

Amulya-sb commented 4 years ago

I am trying to attach sticky for table body first row . In Chrome and firefox completely working fine . For each td position:sticky is appending. But in IE , lets say am having 10 td , for parent tr 10 times js-stickybit-parent class is appending . So that not working in IE11 !! issue

Amulya-sb commented 4 years ago

Not fixed , please can u explain the way .

mbark commented 4 years ago

@Amulya-sb the fix for the bug hasn't had a release made yet. You could use the unreleased version by installing explicitly from the github repo.

To do that update your package.json:

"stickybits": "git+https://github.com/dollarshaveclub/stickybits.git"
yowainwright commented 4 years ago

@Amulya-sb there could also be a slight chance that this doesn't work because the <table> element is being used. Search for table issues with the issues here and there will be more documentation on it. 😄