Open
Bug 275150
Opened 20 years ago
Updated 2 years ago
IMG as root element doesn't work
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect)
Tracking
()
NEW
People
(Reporter: annevk, Unassigned)
References
Details
(Keywords: testcase)
Attachments
(1 file)
365 bytes,
application/xml
|
Details |
Reporter | ||
Comment 1•20 years ago
|
||
![]() |
||
Comment 2•20 years ago
|
||
I thought I had filed a bug on this, but I guess not.... We have a similar bug on <script>,
iirc.
The issue is the "do we have a parent?" hack to prevent premature loading of the image
when building the DOM. It may be that the hack can get removed when BindToTree is
created....
Depends on: 211128
Reporter | ||
Comment 3•20 years ago
|
||
Yes, bug 88309 covers the SCRIPT element as root. It has some patches attached
as well.
![]() |
||
Comment 4•20 years ago
|
||
OK... The lack of parent thing is not an issue any more, so we load the image
data. But we're still creating a "root" rendering object for all root nodes, so
the image isn't actually drawn. I'm pretty sure we have a bug on that, but
can't recall the bug#.
Assignee: jdunn → nobody
Updated•6 years ago
|
Product: Core → Core Graveyard
Updated•6 years ago
|
Product: Core Graveyard → Core
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•