Closed
Bug 49324
Opened 25 years ago
Closed 25 years ago
JavaScript method deleteRow() fails to work correctly
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
VERIFIED
INVALID
People
(Reporter: froydnj, Assigned: jst)
References
()
Details
Seeing the bug is very simple. Click on the greater than sign next to "Number
of Dice" until you reach a value of 5 or so. Click "Roll Dice!". You will get
two alerts() informing you of the number of rows in the table. Everything works
this time. Click "Roll Dice!" again. Notice how not all the rows are not
deleted; several are left around. I consider this a bug. This might happen on
other platforms; I don't have access to anything else but NT right now, so I
can't test it.
Reporter | ||
Comment 1•25 years ago
|
||
Never mind, bug in the JavaScript.
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → INVALID
Assignee | ||
Comment 2•25 years ago
|
||
Ok, fine with me, but thanks for filing this bug anyway since when I had a quick
look at the code that deletes the table rows I found 3 memory leaks in one
single method! Those are now fixed.
:-)
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•