Closed
Bug 57437
Opened 24 years ago
Closed 24 years ago
Links to anchors in external XML documents do not work
Categories
(Core :: XML, defect, P3)
Core
XML
Tracking
()
VERIFIED
FIXED
People
(Reporter: hjtoi-bugzilla, Assigned: hjtoi-bugzilla)
References
Details
(Whiteboard: [fixinhand][rtm-])
Attachments
(2 files)
3.24 KB,
patch
|
Details | Diff | Splinter Review | |
2.90 KB,
patch
|
Details | Diff | Splinter Review |
IE5 can follow these links (except the last one because it does not recognize ID
type attributes), but we can't (try clicking these URLs from here, or write them
in URLbar):
http://bugzilla.mozilla.org/showattachment.cgi?attach_id=16714#id1
http://bugzilla.mozilla.org/showattachment.cgi?attach_id=16714#id2
http://bugzilla.mozilla.org/showattachment.cgi?attach_id=16714#id3
http://bugzilla.mozilla.org/showattachment.cgi?attach_id=16714#id4
Look at bug 56285 for how this was fixed fro HTML files.
Assignee | ||
Comment 1•24 years ago
|
||
Nominating for RTM, this is basic functionality, and we can use the ideas from
bug 56285.
Keywords: rtm
Assignee | ||
Comment 2•24 years ago
|
||
Assignee | ||
Updated•24 years ago
|
Whiteboard: [fixinhand]
Assignee | ||
Comment 3•24 years ago
|
||
sr=vidur for the second patch. It would be nice and fairly safe to fix this for
XML/XHTML.
Patch works great for me too. r=adamlock@netscape.com
nisheeth - if you want PDT to look at this after you've gotten approval and
super reviews, you have to mark [rtm+] in the status whiteboard. I couldn't
tell from your comments if you meant to do this or if you wanted adam to do this.
Assignee | ||
Comment 7•24 years ago
|
||
I am stealing this bug, I hope Adam won't mind...
Assignee: adamlock → heikki
Comment 8•24 years ago
|
||
Marking rtm- because this isn't a ship stopper. The second patch can definitely
be checked into the trunk, though.
Component: XML → XBL
Whiteboard: [fixinhand] → [fixinhand][rtm-]
Assignee | ||
Comment 9•24 years ago
|
||
Fixed on TRUNK ONLY, will not go into branch.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•24 years ago
|
Component: XBL → XML
Assignee | ||
Comment 10•24 years ago
|
||
*** Bug 55008 has been marked as a duplicate of this bug. ***
Comment 11•24 years ago
|
||
Test case from Duplicate bug:
http://bugzilla.mozilla.org/showattachment.cgi?attach_id=16024
Comment 12•24 years ago
|
||
Also including info from bug: (tested by reporter on M17, M18, and RTM builds)
Reproducible: Always
Steps to Reproduce:
1.Create an HTML frameset containing 2 frames
2.On the LHS use and HTML frame to containing links to locations within an XML
document.
3. On the RHS create an XML document using the HTML namespace for defining
anchor points within the XML document.
Actual Results: With IE5 you can use the LH frame to find locations within the
RH XML document. With Mozilla it only finds the document, but not the location
within the document.
Expected Results: It should have navigated to the correct position within the
XML document.
Assignee | ||
Comment 14•24 years ago
|
||
*** Bug 45338 has been marked as a duplicate of this bug. ***
You need to log in
before you can comment on or make changes to this bug.
Description
•