After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 645803 - don't show a loading animation for local links
don't show a loading animation for local links
Status: RESOLVED FIXED
Product: yelp
Classification: Applications
Component: General
unspecified
Other Linux
: Normal normal
: Yelp 3.2
Assigned To: Yelp maintainers
Yelp maintainers
Depends on:
Blocks:
 
 
Reported: 2011-03-27 05:07 UTC by William Jon McCann
Modified: 2012-01-21 18:14 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
yelp-location-entry: Delay progress pulse for 500ms (2.47 KB, patch)
2012-01-21 18:14 UTC, Shaun McCance
committed Details | Review

Description William Jon McCann 2011-03-27 05:07:35 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
Comment 1 Shaun McCance 2011-03-27 15:57:26 UTC
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.
Comment 2 Shaun McCance 2012-01-21 18:14:42 UTC
The following fix has been pushed:
5316bfd yelp-location-entry: Delay progress pulse for 500ms
Comment 3 Shaun McCance 2012-01-21 18:14:45 UTC
Created attachment 205770 [details] [review]
yelp-location-entry: Delay progress pulse for 500ms