-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
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
Pressing key Home or End breaks Affix positioning #15847
Comments
Duplicate of #9609. |
Is it due to performance that the Affix plugin doesn't use @fat's snippet or something similar watching for a home / end key press or is there another reason? |
I'm guessing he considered the missing |
Seems to me like there's a bug in the |
Bootstrap 3 is no longer being officially developed or supported. All work has moved onto our next major release, v4. As such, this issue or pull request is being closed as a "won't fix." For additional help and support, we recommend utilizing our community resources. Thanks for your understanding, and see you on the other side of v4! <3, |
You can check this right on the Bootstrap website.
I was able to replicate this issue using Chrome and IE 11.
Firefox worked fine.
How to reproduce:
Using end key:
1 - Navigate to http://getbootstrap.com/css/
2 - Without scrolling, press the keyboard key ''end"
** The affix element is supposed to go through .affix-top to .affix-bottom, but instead the final class is .affix
Using home key:
1 - Navigate to http://getbootstrap.com/css/
2 - Scroll down the page until you reach the bottom/footer
3 - At the bottom, press the key "home"
** Is the same problem, but now the affix element is supposed to go trough .affix-bottom to .affix-top, but again the final class is .affix
The text was updated successfully, but these errors were encountered: