-
Bug
-
Resolution: Duplicate
-
Highest (View bug fix roadmap)
-
None
-
7.6.5, 7.7.3, 7.8.3, 7.9.1
-
7.06
-
2
-
Severity 2 - Major
-
1
-
-
Summary
Internet Explorer (IE) 11 throws "Exception: Object doesn't support this action" for any Agile board:
http://<JIRA_URL>/secure/RapidBoard.jspa?rapidView=<board_id>
Steps to reproduce
In Internet Explorer 11 login into Jira Sofware (7.6.5):
- go to the top menu, open Board -> select any board name
Expected Results
A board view without any error or exception.
Actual Results
A selected board view doesn't appear, a user is getting error banner "An error occurred" with JavaScript stack trace information under "Details...". See the screenshot below:
IE debugger:
Problematic source code (JavaScript):
var matchIPv6 = new URL(uri).hostname.match(IPv6Regexp);
Workaround
Do not use Internet Explorer 11.
Affected
Jira Software:
- Platforms: Linux/Windows
- Versions
-
- Affects 7.6.5, 7.7.3, 7.8.3 and 7.9.1
- issue confirmed on 7.9.1 version (latest)
- < 7.6.5 versions are not affected (verified: 7.6.4, 7.2.12)
Internet Explorer:
- Versions
- 11
Notes
It looks like a known IE issue with missing constructor in URL() class, in Jira Software used in:
- AJS.parseUri method,
- jira-greenhopper-plugin-7.6.0 plugin
Similar vendor issue for Edge:
https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/3775534/
A quick overview, the following JavaScript code:
new URL('http://example.com/');
in Internet Explorer 11: returns an error "Object doesn't support this action"
in Chrome: JS object is created (method supported)
- duplicates
-
JSWSERVER-16572 Opening a Kanban board and adding/editing comment throws 'TypeError: Object doesn't support this action' error in IE 11
-
- Closed
-
- is blocked by
-
PSR-80 You do not have permission to view this issue
- mentioned in
-
Page Failed to load
-
Page Failed to load
-
Page Failed to load
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
- relates to
-
HL-232 Loading...
[JSWSERVER-16575] "Exception: Object doesn't support this action" in Internet Explorer 11
Remote Link | New: This issue links to "Page (Confluence)" [ 805241 ] |
Description |
Original:
h3. Summary
Internet Explorer (IE) 11 throws "Exception: Object doesn't support this action" for any Agile board: http://<JIRA_URL>/secure/RapidBoard.jspa?rapidView=<board_id> h3. Steps to reproduce In Internet Explorer 11 login into Jira Sofware (7.6.5): * go to the top menu, open Board -> select any board name h3. Expected Results A board view without any error or exception. h3. Actual Results A selected board view doesn't appear, a user is getting error banner "An error occurred" with JavaScript stack trace information under "Details...". See the screenshot below: !image-2018-05-03-14-44-07-558.png|width=523,height=247! IE debugger: !image-2018-05-03-13-54-34-074.png|width=526,height=54! Problematic source code (JavaScript): {code:java} var matchIPv6 = new URL(uri).hostname.match(IPv6Regexp);{code} h3. Workaround Do not use Internet Explorer 11. h3. Affected Jira Software: * Platforms: Linux/Windows * Versions * ** *Affects 7.6.5, 7.7.3, 7.8.3 and 7.9.1* ** *issue confirmed on 7.9.1 version (latest)* ** < 7.6.5 versions are not affected (verified: 7.6.4, 7.2.12) Internet Explorer: * Versions ** 11 h3. Notes It looks like a known IE issue with missing constructor in URL() class, in Jira Software used in: * AJS.parseUri method, * jira-greenhopper-plugin-7.6.0 plugin Similar vendor issue for Edge: [https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/3775534/] A quick overview, the following JavaScript code: {code:javascript} new URL('http://example.com/'); {code} in Internet Explorer 11: returns an error "Object doesn't support this action" in Chrome: JS object is created (method supported) |
New:
h3. Summary
Internet Explorer (IE) 11 throws "Exception: Object doesn't support this action" for any Agile board: http://<JIRA_URL>/secure/RapidBoard.jspa?rapidView=<board_id> h3. Steps to reproduce In Internet Explorer 11 login into Jira Sofware (7.6.5): * go to the top menu, open Board -> select any board name h3. Expected Results A board view without any error or exception. h3. Actual Results A selected board view doesn't appear, a user is getting error banner "An error occurred" with JavaScript stack trace information under "Details...". See the screenshot below: !image-2018-05-03-14-44-07-558.png|width=523,height=247! IE debugger: !image-2018-05-03-13-54-34-074.png|width=526,height=54! Problematic source code (JavaScript): {code:java} var matchIPv6 = new URL(uri).hostname.match(IPv6Regexp);{code} h3. Workaround Do not use Internet Explorer 11. h3. Affected Jira Software: * Platforms: Linux/Windows * Versions * ** *Affects 7.6.5, 7.7.3, 7.8.3 and 7.9.1* ** *issue confirmed on 7.9.1 version (latest)* ** < 7.6.5 versions are not affected (verified: 7.6.4, 7.2.12) Internet Explorer: * Versions ** 11 h3. Notes It looks like a known IE issue with missing constructor in URL() class, in Jira Software used in: * AJS.parseUri method, * jira-greenhopper-plugin-7.6.0 plugin Similar vendor issue for Edge: [https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/3775534/] A quick overview, the following JavaScript code: {code:javascript} new URL('http://example.com/'); {code} in Internet Explorer 11: returns an error "Object doesn't support this action" in Chrome: JS object is created (method supported) |
Minimum Version | New: 7.06 |
Workflow | Original: JAC Bug Workflow v2 [ 2856098 ] | New: JAC Bug Workflow v3 [ 2938127 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Symptom Severity | Original: Major [ 14431 ] | New: Severity 2 - Major [ 15831 ] |
Workflow | Original: JIRA Bug Workflow w Kanban v7 - Restricted [ 2669320 ] | New: JAC Bug Workflow v2 [ 2856098 ] |
Remote Link | New: This issue links to "PSR-80 (Bulldog)" [ 383533 ] |
Remote Link | New: This issue links to "Page (Confluence)" [ 367312 ] |
Description |
Original:
h3. Summary
Internet Explorer (IE) 11 throws "Exception: Object doesn't support this action" for any Agile board: http://<JIRA_URL>/secure/RapidBoard.jspa?rapidView=<board_id> h3. Steps to reproduce In Internet Explorer 11 login into Jira Sofware (7.6.5): * go to the top menu, open Board -> select any board name h3. Expected Results A board view without any error or exception. h3. Actual Results A selected board view doesn't appear, a user is getting error banner "An error occurred" with JavaScript stack trace information under "Details...". See the screenshot below: !image-2018-05-03-14-44-07-558.png|width=523,height=247! IE debugger: !image-2018-05-03-13-54-34-074.png|width=526,height=54! Problematic source code (JavaScript): {code:java} var matchIPv6 = new URL(uri).hostname.match(IPv6Regexp);{code} h3. Workaround Do not use Internet Explorer 11. h3. Affected Jira Software: * Platforms: Linux/Windows * Versions ** *Affects 7.6.5, 7.7.3, 7.8.3 and 7.9.1* ** *issue confirmed on 7.9.1 version (latest)* ** < 7.6.5 versions are not affected (verified: 7.6.4, 7.2.12) Internet Explorer: * Versions ** 11 h3. Notes It looks like a known IE issue with missing constructor in URL() class, in Jira Software used in: * AJS.parseUri method, * jira-greenhopper-plugin-7.6.0 plugin Similar vendor issue for Edge: [https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/3775534/] A quick overview, the following JavaScript code: {code:javascript} new URL('http://example.com/'); {code} in Internet Explorer 11: returns an error "Object doesn't support this action" in Chrome: JS object is created (method supported) |
New:
h3. Summary
Internet Explorer (IE) 11 throws "Exception: Object doesn't support this action" for any Agile board: http://<JIRA_URL>/secure/RapidBoard.jspa?rapidView=<board_id> h3. Steps to reproduce In Internet Explorer 11 login into Jira Sofware (7.6.5): * go to the top menu, open Board -> select any board name h3. Expected Results A board view without any error or exception. h3. Actual Results A selected board view doesn't appear, a user is getting error banner "An error occurred" with JavaScript stack trace information under "Details...". See the screenshot below: !image-2018-05-03-14-44-07-558.png|width=523,height=247! IE debugger: !image-2018-05-03-13-54-34-074.png|width=526,height=54! Problematic source code (JavaScript): {code:java} var matchIPv6 = new URL(uri).hostname.match(IPv6Regexp);{code} h3. Workaround Do not use Internet Explorer 11. h3. Affected Jira Software: * Platforms: Linux/Windows * Versions * ** *Affects 7.6.5, 7.7.3, 7.8.3 and 7.9.1* ** *issue confirmed on 7.9.1 version (latest)* ** < 7.6.5 versions are not affected (verified: 7.6.4, 7.2.12) Internet Explorer: * Versions ** 11 h3. Notes It looks like a known IE issue with missing constructor in URL() class, in Jira Software used in: * AJS.parseUri method, * jira-greenhopper-plugin-7.6.0 plugin Similar vendor issue for Edge: [https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/3775534/] A quick overview, the following JavaScript code: {code:javascript} new URL('http://example.com/'); {code} in Internet Explorer 11: returns an error "Object doesn't support this action" in Chrome: JS object is created (method supported) |
Remote Link | New: This issue links to "Page (Extranet)" [ 366885 ] |