garand / sticky

jQuery Plugin for Sticky Objects
Other
3.3k stars 1.06k forks source link

:wrench:Added compatibility with IE8 #132

Closed nikhildotjs closed 7 years ago

nikhildotjs commented 9 years ago

Sticky currently doesn't support IE8 very well due to IE8's issues with resize functions. http://stackoverflow.com/questions/16564123/jquery-width-issues-in-ie-8 I've found a fix for it.

It's cool if you don't want to merge this PR. I was forced to support IE8 and thought others might find this useful. Thanks!

diegocanal commented 9 years ago

+1

Diego

2014-11-19 2:21 GMT+01:00 Nikhil Rao notifications@github.com:

Sticky currently doesn't support IE8 very well due to IE8's issues with resize functions. http://stackoverflow.com/questions/16564123/jquery-width-issues-in-ie-8 I've found a fix for it.

It's cool if you don't want to merge this PR. I was forced to support IE8 and thought others might find this useful.

Thanks!

You can merge this Pull Request by running

git pull https://github.com/nikhilrao89/sticky ie8compatibility

Or view, comment on, or merge it at:

https://github.com/garand/sticky/pull/132 Commit Summary

  • :wrench:Added compatibility with IE8

File Changes

Patch Links:

— Reply to this email directly or view it on GitHub https://github.com/garand/sticky/pull/132.