[Webkit-unassigned] [Bug 51387] New: when open a link with empty target frame, always create a new window

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 21 01:46:35 PST 2010


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

           Summary: when open a link with empty target frame, always
                    create a new window
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Frames
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: leonzy at gmail.com


when a link looks like <a href="about.html">link</a>

it implies that the "target" of this link is empty. In IE and firefox, this link will be opened inside current frame.

And in webkit, the real target was reset to current document's target name.  If this target is "_blank", this link will be opened in a new window( which is not correct).

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