[Webkit-unassigned] [Bug 116655] New: [didFailLoad] title becomes empty even though Page(and title) is displayed on screen on stopping load

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 23 03:45:15 PDT 2013


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

           Summary: [didFailLoad]  title becomes empty even though
                    Page(and title) is displayed on screen on stopping
                    load
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: santosh.ma at samsung.com


void WebFrameProxy::didFailLoad()
{
........
.....
 m_title = String();   // causing title to empty even though Page(and title) is displayed 
}
When Page loading is stopped before load is finished. we should not set the title to empty string
We still have the content to display on screen(we have full Frame & dom tree present).
So if page is stopped the UI process always get the empty title even though the page related to 
that title exists.

-- 
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