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 318947 - Reload doesn't update the window title
Reload doesn't update the window title
Status: RESOLVED FIXED
Product: epiphany
Classification: Core
Component: Interface
1.8.x
Other Linux
: Normal normal
: ---
Assigned To: Epiphany Maintainers
Marco Pesenti Gritti
Depends on:
Blocks:
 
 
Reported: 2005-10-15 15:40 UTC by Tommi Komulainen
Modified: 2007-07-25 21:05 UTC
See Also:
GNOME target: ---
GNOME version: 2.11/2.12


Attachments
Just syncs the title at the same time the statusbar is sync'd (438 bytes, patch)
2007-07-25 05:04 UTC, Diego Escalante Urrelo (not reading bugmail)
none Details | Review
updated (553 bytes, patch)
2007-07-25 20:53 UTC, Diego Escalante Urrelo (not reading bugmail)
committed Details | Review

Description Tommi Komulainen 2005-10-15 15:40:40 UTC
Reloading a page doesn't update the title to 'Loading ...' immediately, but
apparently only when the remote server starts to send something. So if the
server is unresponsive the tab title never gets updated.
Comment 1 Crispin Flowerday (not receiving bugmail) 2006-01-15 16:16:08 UTC
Although the tab title now no longer says "Loading..." this presumably affects the window title too.
Comment 2 Christian Persch 2006-02-03 13:27:48 UTC
-> 1.10
Comment 3 Reinout van Schouwen 2006-02-27 20:33:07 UTC
Related problem: When an error page is shown and one hits Reload, the title says 'Loading <error message>' instead of 'Loading <real page title>'.
Comment 4 Diego Escalante Urrelo (not reading bugmail) 2007-07-25 05:04:10 UTC
Created attachment 92329 [details] [review]
Just syncs the title at the same time the statusbar is sync'd

One liner!
Comment 5 Christian Persch 2007-07-25 10:37:56 UTC
Doesn't that leak the old content of ::loading_title? And don't you need to notify the property too?
Comment 6 Diego Escalante Urrelo (not reading bugmail) 2007-07-25 20:53:45 UTC
Created attachment 92416 [details] [review]
updated

following chpe's suggestions
Comment 7 Christian Persch 2007-07-25 21:01:27 UTC
Looks ok.
Comment 8 Diego Escalante Urrelo (not reading bugmail) 2007-07-25 21:05:45 UTC
Committed, revision 7197.

2007-07-25  Diego Escalante Urrelo  <diegoe@gnome.org>

        * src/ephy-tab.c:

        Update tab title when the statusbar text is updated, so we don't have
        out of sync messages (like "Loading <page-you-were-before>"). Fixes
        bug #318947.