GNOME Bugzilla – Bug 318947
Reload doesn't update the window title
Last modified: 2007-07-25 21:05:45 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.
Although the tab title now no longer says "Loading..." this presumably affects the window title too.
-> 1.10
Related problem: When an error page is shown and one hits Reload, the title says 'Loading <error message>' instead of 'Loading <real page title>'.
Created attachment 92329 [details] [review] Just syncs the title at the same time the statusbar is sync'd One liner!
Doesn't that leak the old content of ::loading_title? And don't you need to notify the property too?
Created attachment 92416 [details] [review] updated following chpe's suggestions
Looks ok.
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.