Closed
Bug 65222
Opened 25 years ago
Closed 23 years ago
target attribute ignored on links to local anchors
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Core
DOM: UI Events & Focus Handling
Tracking
()
RESOLVED
FIXED
Future
People
(Reporter: jsp, Assigned: joki)
Details
(Keywords: testcase)
Attachments
(1 file)
|
1.04 KB,
text/html
|
Details |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; 0.7) Gecko/20010109
BuildID: 2001010901
The <a> element's target attribute is ignored for links within a document.
Rather than bringing up a new window, the current window is used. The target is
navigated to correctly.
Reproducible: Always
Steps to Reproduce:
Click each of the links in the attachment (to follow).
Actual Results: Clicking the first link makes the link location visible if it
isn't already.
Clicking the second link attempts to bring up a (nonexistent) document in a new
window.
Expected Results: Clicking the first link should bring up the same document in
a new window.
Clicking the second link should result in the behavior described in "Actual
Results." (In other words, it's correct.)
For the record, this is probably related in some way to the various other bugs
with "target" in their summaries, but I didn't see any that described quite this
behavior.
VERIFIED on Mac OS 01-11-04 build Changing Plat/OS to ALL. Also adding testcase
KW.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Keywords: testcase
OS: Windows 2000 → All
Hardware: PC → All
| Assignee | ||
Updated•25 years ago
|
Summary: target attribute ignored on links within a document → target attribute ignored on links to local anchors
Comment 4•25 years ago
|
||
Reassigning QA Contact for all open and unverified bugs previously under Lorca's
care to Gerardo as per phone conversation this morning.
QA Contact: lorca → gerardok
| Assignee | ||
Comment 5•25 years ago
|
||
I'm betting this isn't in fact me but I don't have time to research it right
now.
This bug has been marked "future" because the original netscape engineer
working on this is over-burdened. If you feel this is an error, that you or
another known resource will be working on this bug,or if it blocks your work
in some way -- please attach your concern to the bug for reconsideration.
Status: NEW → ASSIGNED
Target Milestone: --- → Future
Adam, this might be yours...
I just tried the testcase on win98 build 2001060720 and it seems to work fine.
Can someone else confirm?
Updated•23 years ago
|
QA Contact: madhur → rakeshmishra
Updated•23 years ago
|
QA Contact: rakeshmishra → trix
| Reporter | ||
Comment 11•23 years ago
|
||
Should this be closed? It's been working for 18 months.
Comment 12•23 years ago
|
||
Confirming and marking fixed
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•