Closed Bug 118541 Opened 23 years ago Closed 23 years ago

link with target="_blank" not marked as visited

Categories

(Core :: DOM: Navigation, defect)

x86
Linux
defect
Not set
normal

Tracking

()

VERIFIED DUPLICATE of bug 78510

People

(Reporter: WillaxTheo, Assigned: radha)

Details

From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.7) Gecko/20011221
BuildID:    20011221

A link like the following:
--
<a href="some not yet visited url" target="_blank">bla</a>
--
ist not marked as visited if you click on it. After a reload of the page the
link is marked as visited.

Reproducible: Always
Steps to Reproduce:
1.Click on a not visited link with target="_blank"
2.Click on Reload button.
3.

Actual Results:  After the first step the visited link is not marked as visitet.
After Reload the link is marked as visitet.

Expected Results:  The link should be marked as visited immediately after
clicking on the link.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<body>
<a href="http://www.computer.de/" target="_blank">test</a>
</body>
</html>
via bug 10491

*** This bug has been marked as a duplicate of 78510 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
VERIFIED Dupe
Status: RESOLVED → VERIFIED
Component: History: Session → Document Navigation
QA Contact: claudius → docshell
You need to log in before you can comment on or make changes to this bug.