Closed
Bug 7839
Opened 25 years ago
Closed 25 years ago
[Webshell] Links with target="_new" are not functional
Categories
(Core :: DOM: HTML Parser, defect, P3)
Tracking
()
M15
People
(Reporter: Crysgem, Assigned: travis)
References
()
Details
Apprunner Build ID: 1999060808
The link "Space Shuttle Enterprise" is unresponsive.
Speculation: The <base target="_new"> tag may be the cause of the
non-recognition. The insensate link
<a href="http://www.dfrc.nasa.gov/gallery/photo/STS/HTML/ECN-24301.html">
is external to the site.
Updated•25 years ago
|
Summary: Link not functional → Links with target="_new" are not functional
Comment 1•25 years ago
|
||
Seems like it doesn't work when put directly into the anchor.
Example:
<a href="http://www.mozilla.org" target="_new">moz</a>
Changing summary.
I must be missing something, because all the link appear to work for me.
Alors... let us regain a clarity.
0) Launch Apprunner.
1) Access the cited URL.
2) Click the link "Space Shuttle Enterprise" in the second paragraph.
rickg@netscape.com (and hyp-x@inf.bme.hu, if you would be so assiduous), this
procedure as your machine executes it loads a new page? I intend no snippish
tone, I merely mean to simplify due to varied and interesting discussion of
possible causes between myself and hyp-x@inf.bme.hu.
(Employing Apprunner in attempt to verify, Build ID 1999061208 - nice
advancement with the chrome and UI features, kids, although the mail tab is
curiously large.)
Updated•25 years ago
|
Status: RESOLVED → REOPENED
Comment 5•25 years ago
|
||
Build 1999-06-15-16-M7
regressed on WinNT and Win98 & MacPPC
Works as it should on MacPPC, however, on Windows systems I have the same
problem as the reporter.
Updated•25 years ago
|
Resolution: WORKSFORME → ---
Updated•25 years ago
|
Target Milestone: M7 → M8
Comment 7•25 years ago
|
||
moving to m8
I can't make any sense out of this report's first comment. However, there is a
snippet below that does (<a href="foo" target="_new">) that shows the problem.
Can you please see if this is a problem with JS or events in gecko. The case
given works on NT in viewer, but not in apprunner -- where it fails to get a new
window.
Er... rickg@netscape.com, is this a request for clarification? What is unclear?
The link identified on the cited page, as of 1999061708 dans le Apprunner, does
not yield a new page, not so far as even attempting to generate a new window.
Neither the co-ordinating frame nor the main content employs JS... events in
Gecko? Ah... I'll dance on those heads of pins as best I may.
The accompanying Viewer indeed loads the URL in a new window upon Lose98.
Am I further requested to examine a snippet? I observe no snippet "below"... I
await further instructions.
Updated•25 years ago
|
Status: NEW → ASSIGNED
Comment 10•25 years ago
|
||
Accepting bug...
Updated•25 years ago
|
Target Milestone: M8 → M10
Comment 11•25 years ago
|
||
Distibuting bugs over milestones... This one goes to M10.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → FIXED
Comment 12•25 years ago
|
||
Although the mechanism is not perfected, the 'Target="_New"' attribute will
generate a new window... tested at http://www.spaceviews.com/ with the Apprunner
of 1999071310. Resolving--Fixed.
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 13•25 years ago
|
||
The original link is no longer active, however, this code works:
<a href="http://www.upatsix.com/" <target="_new">link</a>
marking verified based on this code and reporters comments.
Updated•25 years ago
|
Status: VERIFIED → REOPENED
Comment 14•25 years ago
|
||
janc: the code you wrote is faulty - it has a superflous '<' character.
I'm checking 1999-07-31-08 on win98, and in apprunner it doesn't work.
It works in viewer but not in apprunner.
I've tested the sample code I wrote, as well as the spaceviews site.
I'm reopening the bug.
Updated•25 years ago
|
Resolution: FIXED → ---
Updated•25 years ago
|
Status: REOPENED → ASSIGNED
Comment 15•25 years ago
|
||
I'll take a closer look at this for M10...
Updated•25 years ago
|
Summary: Links with target="_new" are not functional → [Webshell] Links with target="_new" are not functional
Comment 16•25 years ago
|
||
Bul re-assigning webshell bugs to the new webshell owner, Scott Collins. Scott,
please adjust the target milestone assignments as you see fit. Thanks.
Comment 17•25 years ago
|
||
works on NT with today's code. janc, can you retest on other platforms? may be
fixed.
Comment 18•25 years ago
|
||
(Mass-) Re-assigning [Webshell] bugs to travis, on the advice of dp, et al. Many
of these may be invalid in the new world of the re-written webshell, but he
certainly needs to be aware of these issues. Hope this helps you, travis.
Status: NEW → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → DUPLICATE
Comment 19•25 years ago
|
||
Problem solved, see 17468
*** This bug has been marked as a duplicate of 17468 ***
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 20•25 years ago
|
||
[bugday] i read both bugs, and they're the same.
You need to log in
before you can comment on or make changes to this bug.
Description
•