Skip to content
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

Added e.stopPropogation(); to click function to fix interaction with boo... #962

Closed
wants to merge 2 commits into from

Conversation

slamkajs
Copy link

@slamkajs slamkajs commented Jun 3, 2014

...tstrap dropdowns.

Prior to this change, if a dropdown contained a bootstrap datepicker and you changed the month, it would hide the navbar.

…using a start date prior to selecting a greater than the initial start date
@slamkajs
Copy link
Author

The issue that was occuring is prior to selecting a date the up and left keyboard keys never worked. Even after navigating away from the initial start date the up and left keys never worked.

Once a new date was selected, the up and left keyboard keys would work but, they were no longer constrained by the start and end date.

I discovered the date used for testing if the date being navigated to was between the start and end date never changed so I found the correct variable to use and now it works every time.

@acrobat
Copy link
Member

acrobat commented Jan 2, 2015

Closing this PR in favor of #1001. The keyboard issue was solved in #1165

@acrobat acrobat closed this Jan 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants