-
-
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
Update jQuery version check and jQuery dependency version range #20338
Conversation
Closes #16834 [skip validator]
Tests passed. Automated cross-browser testing via Sauce Labs and Travis CI shows that the JavaScript changes in this pull request are: CONFIRMED Commit: 3f13774 (Please note that this is a fully automated comment.) |
Hate to be the bearer of some potentially bad news... but when we switch to jQuery 3.0.0 or 3.1.0 modal dialog boxes fail to launch in the UI. Works fine in 2.2.4 of jQuery. |
@Martii Post a JS Bin testcase please. |
I'm seeing if the "newer" props listed at http://v4-alpha.getbootstrap.com/components/modal/#live-demo would affect this. I'm not sure where it's failing between the dependency of jQuery and boostrap just yet but since I'm the maintainer for dep updates we haven't been able to migrate to v3.x of jQuery using bootstrap v3.3.6. |
@cvrebert Generated source for that url:
And the release version of bootstrap is:
... which is even older and invalidates the success of current release since it's not using jQuery v3.x |
The docs aren't the latest from git. If you think you have an issue post a On Jul 25, 2016 02:20, "Marti Martz" notifications@github.com wrote:
|
@XhmikosR |
Development doesn't happen on a live site. Use the appropriate git branch On Jul 25, 2016 02:37, "Marti Martz" notifications@github.com wrote: @XhmikosR https://github.com/XhmikosR — |
@cvrebert Ref: Timestamp: 07/24/2016 06:20:01 PM
Error: Error: Bootstrap's JavaScript requires jQuery version 1.9.1 or higher, but lower than version 3
Source File: http://localhost:8080/redist/npm/bootstrap/dist/js/bootstrap.js
Line: 1 |
Manually confirmed (in OS X Chrome & Firefox) that the modals work fine with jQuery 3.1.0. |
Closes #16834.
CC: @XhmikosR @hnrch02 for review