WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED CONFIGURATION CHANGED
16896
Gmail never updates tab titles after chat window closes (Loading... bug)
https://bugs.webkit.org/show_bug.cgi?id=16896
Summary
Gmail never updates tab titles after chat window closes (Loading... bug)
Eric Seidel (no email)
Reported
2008-01-16 12:12:52 PST
Gmail never updates tab titles after chat window closes I think gmail is using: document.title = "" to update the tab title after a chat window closes. This is a NOOP in Safari, where as firefox resets the page to the default title. HTML5 does specify the title behavior, I'm not sure either FF or Safari agree with the spec:
http://www.whatwg.org/specs/web-apps/current-work/#the-title0
Attachments
An example where FF and Safari differ
(288 bytes, text/html)
2008-01-16 12:13 PST
,
Eric Seidel (no email)
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Eric Seidel (no email)
Comment 1
2008-01-16 12:13:12 PST
Created
attachment 18480
[details]
An example where FF and Safari differ
Alexey Proskuryakov
Comment 2
2008-01-16 12:13:55 PST
See also: <
http://ln.hixie.ch/?count=1&start=1161121410
>.
Eric Seidel (no email)
Comment 3
2008-01-28 15:52:47 PST
This is by far the most annoying bug in my day-to-day Safari usage. :( Maybe that means I'll get to it this week. :) Mostly we just need a comprehensive test.
Jim Bumgardner
Comment 4
2008-02-12 13:56:38 PST
***
Bug 17330
has been marked as a duplicate of this bug. ***
Jim Bumgardner
Comment 5
2008-02-12 13:58:21 PST
Note, there is a related symptom: When Gmail loads, the page title remains "Loading..." and doesn't reset to "Gmail - Inbox" as in other browsers.
Robert Blaut
Comment 6
2008-02-19 22:17:59 PST
***
Bug 17438
has been marked as a duplicate of this bug. ***
Robert Blaut
Comment 7
2008-02-19 22:22:12 PST
Updated summary to avoid duplicates.
Eric Seidel (no email)
Comment 8
2008-02-22 11:44:11 PST
I swear... this bug is gonna drive me to use FireFox for gmail...
Robert Blaut
Comment 9
2008-02-28 03:31:02 PST
***
Bug 17588
has been marked as a duplicate of this bug. ***
Robert Blaut
Comment 10
2008-03-25 11:32:16 PDT
***
Bug 18073
has been marked as a duplicate of this bug. ***
Robert Blaut
Comment 11
2008-03-25 13:59:17 PDT
This test
http://software.hixie.ch/utilities/js/live-dom-viewer/?%3Chtml%3E%0A%3Chead%3E%0A%20%20%3Ctitle%3EFAIL%201%3C%2Ftitle%3E%0A%3C%2Fhead%3E%0A%3Cbody%3E%0A%20%20%3Cscript%3E%0A%20%20document.title%20%3D%20%22FAIL%202%22%3B%0A%20%20document.title%20%3D%20%22%22%3B%20%2F%2F%20Firefox%20allows%20this%20to%20reset%20the%20title%20(gmail%20depends%20on%20this)%0A%20%20%3C%2Fscript%3E%0A%20%20%3Cp%3EThe%20document's%20title%20should%20be%20the%20default%20title%20for%20the%20page%2Fbrowser%3C%2Fp%3E%0A%3C%2Fbody%3E%0A%3C%2Fhtml%3E
shows that the problem is probably located inside Safari, Webkit itself properly resets title.
Robert Blaut
Comment 12
2008-03-29 05:53:04 PDT
***
Bug 18206
has been marked as a duplicate of this bug. ***
Ahmad Saleem
Comment 13
2022-08-11 10:04:04 PDT
Safari Technical Preview 150 pass all tests related to "document.title", is something else required here:
https://wpt.fyi/results/html?label=master&label=experimental&aligned&view=subtest&q=document%20title
From the attached test case, all browsers load (Chrome Canary 106, Firefox Nightly 105 and Safari 15.6 on macOS 12.5) - URL as title. Since all browsers are matching and I am not able to reproduce this bug also WPT has coverage around these test cases and Safari pass all of them. I am marking this as "RESOLVED CONFIGURATION CHANGED". Thanks! Even the test case in
Comment 11
has same output across all browsers and same DOM View.
Alexey Proskuryakov
Comment 14
2022-08-19 18:27:22 PDT
WPT wouldn't catch a Safari UI issue, so that's not a great confirmation. However, we haven't received reports of this any time recently, so this must have been fixed indeed.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug