Closed
Bug 441800
Opened 17 years ago
Closed 17 years ago
SVG doesn't render in FF 3 with Javascript after style="clear:both"
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 438867
People
(Reporter: mausz, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; de; rv:1.8.1.14) Gecko/20080404 Firefox/2.0.0.14
Build Identifier: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; de; rv:1.9) Gecko/2008061004 Firefox/3.0
The example script runs very well in FF 2.x but doesn't show anything (a black rectangle made with Javascript SVG) in FF3. In this script an empty CSS file will be included and a <DIV style="clear:both"> at the beginning reproduces this bug. Without the empty style or without the DIV the SVG will be shown.
Reproducible: Always
Steps to Reproduce:
1. include an empty CSS
2. <DIV style="clear:both">
3. output a SVG with Javascript - look at example
Actual Results:
The SVG is not visible. But it is in the DOM-tree (Firebug test).
Expected Results:
The SVG should be visible
Updated•17 years ago
|
Component: General → SVG
Product: Firefox → Core
QA Contact: general → general
Updated•17 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•