Closed
Bug 260881
Opened 20 years ago
Closed 19 years ago
Clicking two links to the same URL on the same page will only change the first one's color to the visited link color
Categories
(Firefox :: General, defect)
Tracking
()
People
(Reporter: k, Assigned: bugzilla)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; rv:1.7.3) Gecko/20040913 Firefox/0.10
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; rv:1.7.3) Gecko/20040913 Firefox/0.10
Clicking two links to the same URL on the same page will only change the first
one's color to the visited link color.
Reproducible: Always
Steps to Reproduce:
1. Go To: http://ubersoft.net/d/archives.html
2. CTRL+Click "1996"
3. CTRL+Click "The Beginning"
Actual Results:
"1996" changes color when clicked
Expected Results:
Both links change to visited link color when clicked (possibly right when the
first one of them is clicked)
Besides the ubersoft url, you can experience this on this very enter bug page,
using the "recent Mozilla build" and then "Mozilla" links at the top.
Perhaps this should go to the Browser product, but I tried it in seamonkey and
it doesn't mark the links at all.
Comment 1•20 years ago
|
||
A) The second link should become "visited" when it is clicked.
Easy to fix. In markLinkVisited, move all but the first line out of the "if" block.
http://lxr.mozilla.org/aviarybranch/source/browser/base/content/contentAreaUtils.js#64
B) Both links should become "visited" when the first one is clicked.
Harder to fix. See bug 78510.
Comment 2•19 years ago
|
||
*** This bug has been marked as a duplicate of 78510 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•