Closed
Bug 102911
Opened 24 years ago
Closed 24 years ago
links toolbar ignores links embedded in data:text/html, documents
Categories
(SeaMonkey :: UI Design, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 102779
People
(Reporter: timeless, Assigned: gerv)
References
Details
(Keywords: testcase)
Attachments
(3 files)
try the testcase and then click the embedded link.
Assignee | ||
Comment 2•24 years ago
|
||
It doesn't for me :-) I get links in both the original page and the data: page
in Modern.
Gerv
Comment 3•24 years ago
|
||
cool new feature!
->claudius, since he tests toolbars.
QA Contact: sairuh → claudius
Updated•24 years ago
|
Summary: links toolbar discriminates against data:text/html, → links toolbar ignores links embedded in data:text/html, documents
Comment 5•24 years ago
|
||
Invalid!
At least for the testcase file.
The testcase is neither valid html 2, 3 or 4 nor xhtml, even if one adds a
doctype. It is not only attribute capitalisation or closing slashes in empty
elements but the structure of the code is completely broken.
Please fix the testcase and comment, what you think is special about it!
If the containment of html-code inside the 'href' attribute of the 'a'-element
is not a typo, please give reference in which specification this stange kind of
pseudo-URI is defined!
Comment 6•24 years ago
|
||
Comment 7•24 years ago
|
||
Michael: RFC 2397 defines data URLs. I'm guessing the problem is that the link
toolbar is tripping over case-sensitivity of attributes. We may need to do
different things for HTML and XHTML in this case.
Comment 8•24 years ago
|
||
Er, scratch that. Of course, the "proper" part of the testcase has REL=
attributes, so data is definitely broken for me. (maybe it doesn't create a
document or some js object that we assume is there) I'll investigate XHTML
case-sensitivity later.
Assignee | ||
Comment 9•24 years ago
|
||
It seems data: URLs do not fire onload handlers. Adding onload="alert(document)"
to the <body> tag of the data: URL body did nothing. So this isn't a toolbar
bug. This may or may not be a dupe. It also may or may not be fixed when we
change to a different way of being notified of the existence of <link> elements.
Gerv
Comment 10•24 years ago
|
||
Comment 11•24 years ago
|
||
See also bug 102779, data: URLs never fire onload handlers.
Comment 12•24 years ago
|
||
This works now.
*** This bug has been marked as a duplicate of 102779 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: Core → Mozilla Application Suite
You need to log in
before you can comment on or make changes to this bug.
Description
•