-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
Low
-
None
-
Affects Version/s: 7.6.4, 7.12.3, 7.13.5, 8.3.2
-
Component/s: Navigation - View results, Rich Text Editor
-
7.06
-
8
-
Severity 3 - Minor
-
2
Summary
When viewing the issue navigation on list view. JIRA produces a javascript error :
"SCRIPT5022: IssueTable hasn't been properly initialized"
Steps to Reproduce
Open JIRA in IE 11
1. go to issue search (url: <baseurl>/issues/?jql=)
2. refresh the issue search page (f5) -> I can see the error in the console
3. select any issue (url: <baseurl>/browse/<issuekey>?jql=)
4. refresh the page (f5) -> error appears again
Expected Results
No error to occur/
Actual Results
This error is interfering with add-on javascript initialization.
The below exception is thrown in the javascript console :
JEP FSM - Current state: Init
JEP FSM - Next State: Attached
SCRIPT5022: IssueTable hasn't been properly initialized
batch.js (3859,1944)
JEP FSM - Event: WIKI_EDITOR_INITIALIZED
"JEP FSM - Event:"
"WIKI_EDITOR_INITIALIZED"
[
length: 0
]
JEP FSM - Current state: Attached
JEP FSM - Next State: Hidden
Workaround
There is no workaround at the moment
- relates to
-
MLP-185 Loading...