Closed
Bug 41772
Opened 25 years ago
Closed 25 years ago
No new window with show="new" or target="_blank" with href XML file
Categories
(Core :: XML, defect, P3)
Tracking
()
VERIFIED
FIXED
M18
People
(Reporter: hjtoi-bugzilla, Assigned: hjtoi-bugzilla)
References
Details
(Whiteboard: [fixinhand][nsbeta3+])
Attachments
(4 files)
444 bytes,
text/html
|
Details | |
363 bytes,
text/xml
|
Details | |
688 bytes,
patch
|
Details | Diff | Splinter Review | |
728 bytes,
patch
|
Details | Diff | Splinter Review |
I think this worked, so it is a regression. I have only tested with NT so
leaving OS and Platform as NT/PC.
Assignee | ||
Comment 1•25 years ago
|
||
Added chrisd to CC (chrisd found this).
After a bit more testing it appears that the fault is not at XLink, at least not
completely. What matters most is in what format the target file is in.
I will attach two test files.
1. HTML with 4 links
a) URL points to XML, target="_blank"
* opens in current window, BUG 1
b) URL points to XML, target="_new"
* does not open anything, BUG 2
c) URL points to HTML, target="_blank"
* opens OK
d) URL points to HTML, target="_new"
* opens OK
2. XML with 2 links
a) URL points to XML, show="new"
* opens in current window, BUG 1
b) URL points to HTML, show="new"
* opens OK
I tested the HTML file with NS6PR1 as well. Same results as with the latest
Mozilla (just pulled and built).
Summary: XLink show="new" does not open new window → No new window with show="new" or target="_blank" with href XML file
Assignee | ||
Comment 2•25 years ago
|
||
Assignee | ||
Comment 3•25 years ago
|
||
Assignee | ||
Comment 4•25 years ago
|
||
Assignee | ||
Updated•25 years ago
|
Target Milestone: --- → M17
Assignee | ||
Comment 5•25 years ago
|
||
M17 is going to be cut earlier than I thought.
Target Milestone: M17 → M18
Assignee | ||
Comment 6•25 years ago
|
||
Nominated for nsbeta3. It is really confusing if the functionality of the link
depends on the type of the target file.
Keywords: correctness,
nsbeta3
Comment 7•25 years ago
|
||
This is confusing behavior and something that a lot of people who use simple
XLinks will run into. Marking nsbeta3+ and ccing myself.
Whiteboard: [nsbeta3+]
Assignee | ||
Comment 8•25 years ago
|
||
Assignee | ||
Comment 10•25 years ago
|
||
Fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 11•25 years ago
|
||
Doh, my checkin 08/10/2000 15:07 actually fixed bug 47930, bogus bug number in
checkin report. But in any case, both this and the aforementioned bugs have been
fixed.
You need to log in
before you can comment on or make changes to this bug.
Description
•