On desktop, target="_blank" link should open new windows, not background tabs
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu UX |
Triaged
|
Undecided
|
James Mulholland | ||
webbrowser-app (Ubuntu) |
Triaged
|
Medium
|
Unassigned |
Bug Description
In webbrowser-app, when you share a web page using the "share buttons", you get the wrong tab: you remain on the same tab instead being on the new tab.
You can reproduce the bug every time, e.g.:
1) open the link http://
2) click on the "social button Twitter" (see attacchment "1")
3) the webbrowser-app opens a new tab, but you remain on the first one (see "2")
4) if you click on the first tab, you refresh it so you can see the page (see "3")
5) if you click on the second tab, you can see the right page, and you can share the link (see "4")
Happens with webbrowser-app 0.23+15.
Changed in webbrowser-app (Ubuntu): | |
status: | Triaged → In Progress |
assignee: | nobody → Olivier Tilloy (osomon) |
tags: | added: windows |
Changed in ubuntu-ux: | |
assignee: | nobody → James Mulholland (jamesmulholland) |
status: | New → Triaged |
Changed in webbrowser-app (Ubuntu): | |
status: | In Progress → Triaged |
assignee: | Olivier Tilloy (osomon) → nobody |
It’s not a focus issue. The problem is that clicking the "Tweet" button requests opening the page in a popup window, which the browser doesn’t allow, so it falls back to opening it in a background tab. On desktop we plan to eventually support multiple windows (although the exact scope of the feature is still to be defined). On a phone, this would be the expected behaviour.