Closed
Bug 371115
Opened 18 years ago
Closed 18 years ago
SVG: DOM broken for script
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 370210
People
(Reporter: jay, Unassigned)
References
()
Details
(Keywords: regression, testcase)
Attachments
(2 files, 2 obsolete files)
seems that scripting may be broken for DOM
attachment should show circle.
my apologies if the scope is not as wide as suggested by summary, or if this is a dupe.
I'm seriously pissed-off by the amount of regression, the continual failure to attend to bugs in a timely fashion, and the regular marking of bugs as "invalid" as a quick workaround that saves effort.
Webkit and Opera are making significant advances at present.
I continue to hope that Mozilla will overcome these issues, at present it appears to be flooded.
Comment 1•18 years ago
|
||
I think this is the same issue as bug 293581. See comment 2 in that bug.
Comment 2•18 years ago
|
||
Updated•18 years ago
|
Keywords: testcase
Summary: SVG: DOM broken for script → Changes to "visibility" attribute during onload do not work correctly
Comment 3•18 years ago
|
||
Workaround: onload="setTimeout(init, 200)"
Attachment #255882 -
Attachment is obsolete: true
Reporter | ||
Comment 4•18 years ago
|
||
#1
Robert, not sure about relation to bug 293581
this is a regression, check with ff2.0 whereas bug 293581 remains open.
Reporter | ||
Comment 5•18 years ago
|
||
#3 Jesse cheers! I'm really struggling to make progress, and this small kindness really helps ~:"
Comment 6•18 years ago
|
||
It seems that setting *any* attribute during onload can make the element invisible. In this testcase, a circle that would otherwise be visible is made invisible by setting its "foo" attribute to "bar" during onload!
Comment 7•18 years ago
|
||
Attachment #255884 -
Attachment is obsolete: true
Updated•18 years ago
|
Attachment #255884 -
Attachment description: testcase without "visibility" property → testcase without "visibility" property (botched)
Reporter | ||
Updated•18 years ago
|
Summary: Changes to "visibility" attribute during onload do not work correctly → SVG: DOM broken for script
Comment 8•18 years ago
|
||
The patch in bug 370210 fixes this.
Reporter | ||
Comment 9•18 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=371120
may be related,
You need to log in
before you can comment on or make changes to this bug.
Description
•