affix: reloading a scrolled window does not apply correct affix class
Created by: heldchen
under certain circumstances, the affix-bottom class is not added when it should.
to reproduce:
- load http://getbootstrap.com/javascript/
- make window height around 1040px wide and 500px height
- scroll to the very bottom of the page
- refresh/reload page
now the affixed element has the class .affix
instead of .affix-bottom
:
- click anywhere or start scrolling
now the affixed element has the correct class.