Closed
Bug 118541
Opened 24 years ago
Closed 24 years ago
link with target="_blank" not marked as visited
Categories
(Core :: DOM: Navigation, defect)
Tracking
()
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>
Comment 1•24 years ago
|
||
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
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.
Description
•