[Browser] Cannot favorite site when it is loading
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu UX |
Fix Committed
|
Medium
|
James Mulholland | ||
webbrowser-app (Ubuntu) |
Confirmed
|
Low
|
Unassigned | ||
webbrowser-app (Ubuntu RTM) |
Confirmed
|
Low
|
Unassigned |
Bug Description
Simple bug but annoying:
When a site is loading, the favourite star is not visible.
Use-case:
you get a website from a friend, or you click a link on a page when the network suddenly goes away. You want to save that page to look at it later, when your connection comes back. This is not possible because you can only bookmark pages after they're fully loaded.
--- --- --- --- ---
UX Comment:
We should definitely let users bookmark pages before they finish loading.
I think in cases where the page isn't yet known, we can use the URL as the bookmark name/ in place of a page title (I believe bookmarks currently work this way already). Ideally we'd also strip the protocol, to keep things cleaner.
Recommended behaviour:
1. Enter URL for large website with lots of images (e.g. theverge.com).
2. Before page loads, switch to airplane mode.
3. After a reasonable period (15-30 seconds) 'Network Error' page is shown.
4. 'Favourite/Star' icon is available in address bar throughout.
Changed in ubuntu-ux: | |
assignee: | nobody → James Mulholland (jamesjosephmulholland) |
status: | New → Triaged |
importance: | Undecided → Medium |
summary: |
- Cannot favorite site when it is loading + [Browser] Cannot favorite site when it is loading |
Changed in webbrowser-app (Ubuntu): | |
importance: | Undecided → Low |
no longer affects: | webbrowser-app |
Changed in webbrowser-app (Ubuntu RTM): | |
status: | New → Confirmed |
importance: | Undecided → Low |
description: | updated |
Changed in ubuntu-ux: | |
status: | Triaged → Won't Fix |
description: | updated |
description: | updated |
Changed in ubuntu-ux: | |
status: | Won't Fix → Fix Committed |
This is intentional (the code explicitly prevents bookmarking while loading). The rationale is that while loading the URL may be rewritten several times, and one usually wants to bookmark the final location.
Your use case is legitimate though, so I’m confirming, and adding an ubuntu-ux task in order to get input from design.