Bug 1531289 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:65.0) Gecko/20100101 Firefox/65.0

Steps to reproduce:

-Add the following anchor tag
<a href="https://github.com/Rohitbels/githubDB/archive/master.zip" 
	rel="noreferrer" 
	target="_blank" 
>Click</a>
- Clicked on the Anchor tag


Actual results:

- New tab was opened.
- Firefox open or save pop up was displayed.
- Irrespective of my selection the new tab opened did not close.
- The blank tab had title as the URL we visited.



Expected results:

- The tab should have closed or am I wrong?
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:65.0) Gecko/20100101 Firefox/65.0

Steps to reproduce:

-Add the following anchor tag
```
<a href="https://github.com/Rohitbels/githubDB/archive/master.zip" 
	rel="noreferrer" 
	target="_blank" 
>Click</a>
```
- Clicked on the Anchor tag


Actual results:

- New tab was opened.
- Firefox open or save pop up was displayed.
- Irrespective of my selection the new tab opened did not close.
- The blank tab had title as the URL we visited.



Expected results:

- The tab should have closed or am I wrong?

Back to Bug 1531289 Comment 0