Open
Bug 130807
Opened 23 years ago
Updated 17 years ago
Site navigation bar: The optional target attribute in link tag is disregarded
Categories
(SeaMonkey :: UI Design, defect)
Tracking
(Not tracked)
NEW
People
(Reporter: unger, Unassigned)
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.9) Gecko/20020311
BuildID: 2002031104
In case of frames, it is often usefull to change only one frame window.
Therefore, the optional target attribute can be used in anchor and link tags.
But this attribute is disregarded in the menus of the site navigation bar.
Reproducible: Always
Steps to Reproduce:
1.Create a frameset files set.
2.Add a link tag in the header like
<link rel="contents" href="sitemap.html" title="Site Map" target="Main_Frame" />
3.
Actual Results: The page called in the link tag is opened at the window's top,
not in the belonging frame window.
Comment 2•21 years ago
|
||
Another example
<html><head>
<title>test target attribute in link elements</title>
<link rel="prev" href="http://www.mozilla.org/" target="mytarget">
<link rel="next" href="http://www.mozilla.org/">
</head><body>Test target attribute in link element<br>
go to <a href="http://www.mozilla.org/" target="mytarget">mytarget</a> - opens a
new window<br>
go to <a href="http://www.mozilla.org/">mytarget</a> without a target - stays in
this window<br>
<br>
look at Site Navigation Bar<br>
prev has the target<br>
next does not<br>
</body></html>
Comment 3•21 years ago
|
||
tested and it happens on Win XP and Linux (RH 9.0) with Mozilla 1.5
Comment 4•21 years ago
|
||
Reassigning obsolete bugs to their respective Seamonkey owners (i.e. nobody).
If you want this fixed for Firefox, change the Product and Component accordingly
and reassign back to me.
Assignee: firefox → guifeatures
Updated•20 years ago
|
Product: Core → Mozilla Application Suite
Comment 5•17 years ago
|
||
Filter "spam" on "guifeatures-nobody-20080610".
Assignee: guifeatures → nobody
QA Contact: pawyskoczka → guifeatures
You need to log in
before you can comment on or make changes to this bug.
Description
•