-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Highest
-
Affects Version/s: 8.19.3
-
Component/s: Administration - Plugins
-
None
-
1
-
Severity 2 - Major
-
1
Issue Summary
Jquery version was updated from 2.2.4.13 to 2.2.4.15. The previous version includes jquery-migrate, which contains older and deprecated functions within jquery. 2.2.4.15 doesn't seem to have this package bundled.
This results in plugins that rely on older functions (such as .live() in the PR-Notifier) to not work properly.
Steps to Reproduce
- Install PR-Notifier at the latest version.
- Install Bitbucket 8.19.3
- Navigate to a repository and the PR-Notifier settings
- Attempt to use the dropdown
Expected Results
The dropdown works as expected
Actual Results
The dropdown has no default value and clicking on it reveals nothing. The following is in the console logs in the browser developer tools:
TypeError: g(...).find(...).live is not a function
at HTMLDocument.<anonymous> (utils.js:1:1)
at i (jquery.js:29:1)
at Object.fireWith [as resolveWith] (jquery.js:29:1)
at Function.ready (jquery.js:29:1)
at HTMLDocument.H (jquery.js:29:1)
Workaround
None
- mentioned in
-
Page Loading...