[Webkit-unassigned] [Bug 104086] New: [BlackBerry] new target window would cause the url being loaded twice

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 4 21:41:36 PST 2012


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

           Summary: [BlackBerry] new target window would cause the url
                    being loaded twice
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit BlackBerry
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mary.wu at torchmobile.com.cn


When webkit need to open window for a new target like (<a href="abc.html" target="_blank">new target</a>), it would load the url subsequently after createWindow. But the browser side would load the url again when it get the OpenWindowEvent from native, which causes the url be loaded twice. We should make sure that createWindow() be used to create a new window only, not loading url.

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