[Webkit-unassigned] [Bug 11692] REGRESSION(r17352): Disappearing page title

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 22 18:49:58 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=11692





------- Comment #7 from bdash at webkit.org  2007-01-22 18:49 PDT -------
There are two factors at play here: in shipping Safari, sitting the document
title via JavaScript to a non-breaking space (either via document.write or
document.title) results in no change to the displayed title though
document.title does reflect the change to the title.  In ToT we respect the
change and display the new title.  This explains why the bug is not visible in
shipping Safari.  The second factor is that if we encounter a <title> tag, set
the document title via JavaScript, then encounter a second <title> tag we will
set the document title to the contents of the second <title> tag.  In Firefox
the title remains at what was set via JavaScript.  This explains why the bug
isn't visible in Firefox.

I'll prepare a patch that makes our behaviour match Firefox.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list