Closed
Bug 469790
Opened 17 years ago
Closed 17 years ago
exception when calling the removeChild function in SVG Dom Document
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: snugels, Unassigned)
Details
Attachments
(1 file)
|
380 bytes,
image/svg+xml
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.0.4) Gecko/2008102920 Firefox/3.0.4
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.0.4) Gecko/2008102920 Firefox/3.0.4
Fehler: uncaught exception: [Exception... "Component returned failure code: 0x80004003 (NS_ERROR_INVALID_POINTER) [nsIDOMSVGGElement.removeChild]" nsresult: "0x80004003 (NS_ERROR_INVALID_POINTER)" location: "JS frame :: http://localhost:8080/admin.app/$1BEIFSqBnQtM0.s/2fOCHc.a/controls/WindowManager.js :: anonymous :: line 29" data: no]
The function actually works fine (the node is removed), but the log shows this error message
Reproducible: Always
Steps to Reproduce:
1. just call the function, with a node first got by calling byId and storing this in a javascript var.
Expected Results:
no error message
Updated•17 years ago
|
Component: General → SVG
Product: Firefox → Core
QA Contact: general → general
Comment 1•17 years ago
|
||
Please provide a complete testcase as an attachement to the bug.
Comment 2•17 years ago
|
||
Comment 3•17 years ago
|
||
No error when I tried it.
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•