-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
7.8.0, 7.9.0
-
7.08
-
5
-
Severity 3 - Minor
-
0
-
Summary
JS console errors are thrown when displaying all Jira boards if ad-blocking extensions is installed in a browser.
Steps to Reproduce
- Install an ad-blocking extension in a browser.
- Go to Boards -> View all boards
Expected Result
Boards are displayed correctly, no errors are logged in JS console.
Actual Result
Errors are loggged:
Uncaught TypeError: Cannot read property 'appendChild' of null at i.handleJsException (batch.js:3)
Uncaught ReferenceError: ace is not defined at ManageRapidViews.jspa:155
GET https://ace-cdn.atlassian.com/stp/current/analytics/js/atl-analytics.min.js net::ERR_BLOCKED_BY_CLIENT
Workarounds
Disable AdBlock or add an exception.
- clones
-
JSEV-2043 Loading...