[Webkit-unassigned] [Bug 106908] [GTK] Click on an anchor link makes page title dissappear

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 22 07:36:30 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=106908





--- Comment #2 from Martin Robinson <mrobinson at webkit.org>  2013-01-22 07:38:22 PST ---
(From update of attachment 182779)
View in context: https://bugs.webkit.org/attachment.cgi?id=182779&action=review

> Source/WebKit/gtk/WebCoreSupport/FrameLoaderClientGtk.cpp:856
> -    priv->title = NULL;
> +    priv->title = g_strdup(core(m_frame)->loader()->activeDocumentLoader()->title().string().utf8().data());

I'm not sure this is valid. The new title isn't necessarily available when a new load is committed. There's another FrameLoader messages that deals with titles. Perhaps what this is doing is resetting the title to the original value? it also makes sense to check the WebKit2 behavior.

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


More information about the webkit-unassigned mailing list