Closed
Bug 60364
Opened 25 years ago
Closed 25 years ago
XLink pointing to the same page does not scroll if show="replace"
Categories
(Core :: XML, defect, P3)
Tracking
()
VERIFIED
INVALID
mozilla0.9
People
(Reporter: hjtoi-bugzilla, Assigned: hjtoi-bugzilla)
References
()
Details
Attachments
(1 file)
|
518 bytes,
text/xml
|
Details |
Find text "Figure" in the URL. Click on the link. Nothing happens. All the other
links on the page seem to work, and the only difference seems to be that the
"Figure" links have show="replace".
| Assignee | ||
Updated•25 years ago
|
Target Milestone: --- → mozilla0.9
Comment 1•25 years ago
|
||
makingtest (MourningBlade@bigfoot.com)
Comment 2•25 years ago
|
||
Comment 3•25 years ago
|
||
INVALID (MourningBlade@bigfoot.com) - As per following:
"figure" links are invalid, as the 'href="#XXXXX"' property of an XRef MUST be
written as 'xlink:href="#XXXXX"'. The suspected 'show="replace"' has no effect
if removed. Confirming test page (minimum case) attached as (id=19362).
| Assignee | ||
Comment 4•25 years ago
|
||
Doh, you are right. Thanks. I wrote the doc in the URL so it is one more case of
"blind to your own mistakes". By the way, the testcase doesn't exactly show that
there is no scrolling, but it does show that the URLbar is not updated.
Marking invalid.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → INVALID
| Assignee | ||
Comment 5•25 years ago
|
||
I fixed the doc in the URL and I see the links work now, so marking verified
invalid.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•