[Webkit-unassigned] [Bug 14194] Using target="_new" does not behave the same as target="_blank"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 17 09:00:20 PDT 2007


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


ddkilzer at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |david.storey at opera.com
                URL|http://www.elfo.org/        |http://www.webbyawards.com/w
                   |                            |ebbys/current.php?season=11
             Status|UNCONFIRMED                 |NEW
          Component|Frames                      |New Bugs
     Ever Confirmed|0                           |1
            Summary|link targeting a frame in   |Using target="_new" does not
                   |another window does not work|behave the same as
                   |                            |target="_blank"




------- Comment #3 from ddkilzer at webkit.org  2007-06-17 09:00 PDT -------
The target="_new" attribute is treated as a plain window name, not like
target="_blank".  This means that multiple links using target="_new" all open
in the same window (named "_new").

On Firefox 2.0.0.4, using target="_new" behaves the same as target="_blank".

Opera 9.21 behaves the same as Safari 3.0 (522.11) with a local debug build of
WebKit r23546.

It would be interesting to know how MSIE 6/7 behaves.

The target="_new" attribute is not specified in the HTML 5 spec:

http://www.whatwg.org/specs/web-apps/current-work/#browsing


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