Details
-
Sub-task
-
Resolution: Unresolved
-
Low
-
None
-
None
Description
Summary
Using the middle click of a mouse in Firefox browsers can be configured in order to automatically open that link to a new tab. about:config setting
browser.tabs.opentabfor.middleclick true
However when you then use the middle click to open an issue link in the new issue view, you get 2 tabs instead of 1. Both tabs load that linked issue, but this is redundant and should not be happening.
If you have
browser.tabs.opentabfor.middleclick false
set, then using the middle click on an issue link is still able to open the link in a new tab. In that case that behavior is not expected to happen.
However everywhere else within the new issue view appears to honor this middleclick setting as expected. It only appears that the issue link has a buggy behavior here.
Environment
- New issue view
- Firefox
Steps to Reproduce
- Create an issue using the new issue view
- Link that issue to some other issue in the same Jira site
- use the middle click of your mouse to click that issue link
Expected Results
- IF browser.tabs.opentabfor.middleclick = true
Then
We expect that linked issue will be opened in a single new tab - IF browser.tabs.opentabfor.middleclick = false
We expect nothing to happen as this should not open links
Actual Results
- IF browser.tabs.opentabfor.middleclick = true
Then
We get 2 tabs with that issue link instead of one. - IF browser.tabs.opentabfor.middleclick = false
a new link is still opened once when it shouldn't be opened at all.
Notes
Only appears to affect Firefox so far in testing, Chrome does not do this, and safari has been inconsistent in results.
Workaround
reverting to the old issue view does not exhibit this bug behavior