-
Bug
-
Resolution: Duplicate
-
Highest
-
6.3.6
-
6.03
-
If there are links configured to show in the app switcher, on every page load, the following lines will fail.
this.updateDropdown = function (data) { $(function () { that.getDropdown().html(navlinks.templates.appswitcher_old.applications({ apps: data, showAdminLink: NL.isUserAdmin, adminLink: ADMIN_EDIT_PATH })); that.bindAnalyticsHandlers(that.getDropdown(), data); // this one fails:Uncaught TypeError: undefined is not a function that.processSuggestionApps(data); }); };
snippet from com.atlassian.plugins.atlassian-nav-links-plugin:rotp-menu/appswitcher_old.js lines 26-37.
Now the problem is that because it fails inside a document.ready handler, none of handlers added after this one will run, so any plugin that has a handler registered for document.ready after the app switcher does it job will not work if there are any links configured in the Application Navigator.
- duplicates
-
JSWSERVER-14782 Javascript error in Agile boards when Application Navigator has links in it
-
- Closed
-