GNOME Bugzilla – Bug 645803
don't show a loading animation for local links
Last modified: 2012-01-21 18:14:45 UTC
When clicking around the help homepage I'm seeing a blue box moving around in the url bar. But only for a fraction of a second. I'm assuming this is some kind of loading progressbar. It is pretty distracting and doesn't really add anything. Maybe something like: * don't use a progress bar for local links * only show the progressbar when loading takes longer than .5 sec or something
Technically, local links aren't guaranteed to be fast. Just because you're viewing one page in a document, it doesn't mean all other pages are processed and ready to be displayed immediately. In practice for Mallard documents, processing any single page is pretty fast. If we do a timeout, we can probably share the logic with a timeout for bug #645802.
The following fix has been pushed: 5316bfd yelp-location-entry: Delay progress pulse for 500ms
Created attachment 205770 [details] [review] yelp-location-entry: Delay progress pulse for 500ms