Open
Bug 488944
Opened 17 years ago
Updated 3 years ago
nsContentUtils::CheckQName() fails in nsHTMLDocument::CreateElement() for iframe
Categories
(Core :: DOM: Core & HTML, defect, P5)
Tracking
()
NEW
People
(Reporter: matt, Unassigned)
References
()
Details
Attachments
(1 file)
|
5.93 KB,
text/plain
|
Details |
As far as I can tell, the "share this" widget at http://sharethis.com/ tries to create an iframe, and when nsHTMLDocument::CreateElement() calls nsContentUtils::CheckQName() the check fails, giving rise to this warning:
WARNING: NS_ENSURE_SUCCESS(rv, rv) failed with result 0x80530005: file nsHTMLDoc
ument.cpp, line 1204
Same thing happens at another page which uses sharethis, http://blog.wired.com/games/2009/04/video-pac-man-m.html
| Reporter | ||
Comment 1•17 years ago
|
||
Comment 2•15 years ago
|
||
CheckQName shouldn't fail for "iframe".
Is this still an issue?
Comment 3•7 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046
Move all DOM bugs that haven't been updated in more than 3 years and has no one currently assigned to P5.
If you have questions, please contact :mdaly.
Priority: -- → P5
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•