touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #97033
[Bug 1452766] Re: [Browser] Cannot favorite site when it is loading
A Web page script may change, add, or remove the page title at any time,
during or after page loading.
document.title = "Here I am changing the title"
So what the title of a bookmark should be doesn't really have anything
to do with whether the page is loading. I guess it should be whatever
the tab title happens to be at the time. That needs its own mini-spec:
what it should be if you're viewing a text file, or an SVG with a
<title> element, or a Web page that has a title consisting of only
whitespace, or a <title> that's 20,000 characters long, etc.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1452766
Title:
[Browser] Cannot favorite site when it is loading
Status in Ubuntu UX:
Fix Committed
Status in webbrowser-app package in Ubuntu:
Confirmed
Status in webbrowser-app package in Ubuntu RTM:
Confirmed
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.
https://docs.google.com/presentation/d/1Qrd4Flfs3EH-fI79IfrYgLdAx2nce-
L7ve8NKLCX324/edit#slide=id.g2a8e607ab_037
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1452766/+subscriptions
References