Closed
Bug 207604
Opened 22 years ago
Closed 21 years ago
Running this script which adds rows to a sometimes invisible table crashes
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 118685
People
(Reporter: chris.r.carlin, Unassigned)
Details
(Keywords: crash, testcase)
Attachments
(2 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4b) Gecko/20030507
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4b) Gecko/20030507
When I view the attached webpage as is, Mozilla will crash when the second radio
button is selected (sometimes it takes a second). On the other hand, if I
comment out the parts that set visible to false eveything works as expected.
The JavaScript console never shows errors, though perhaps it would if it didn't
crash.
I've had this same crashing under this copy of Mozilla as well as a copy of the
5-27 Firebird nightly on a different computer.
Reproducible: Always
Steps to Reproduce:
1. View the page
2. Click on the "Enter records manually" radio button
3. Perhaps click the "add row" button (that will appear after clicking the radio
button), but I don't think this is actually necessary
Actual Results:
After a couple of seconds Mozilla crashes.
Expected Results:
A row or five is added to the table that is unhidden after clicking the radio
button (page works properly under IE, look there to see expected results).
A bunch of talkbacks have been reported on this as I've been trying to figure a
way around the crash. Check for reports from volkris@tamu.edu.
Comment 1•22 years ago
|
||
you forgot the attachment ?
Reporter | ||
Comment 2•22 years ago
|
||
My mistake.
Comment 5•22 years ago
|
||
-> Layout (wfm in my 1 day old win2k build)
Assignee: dom_bugs → other
Status: UNCONFIRMED → NEW
Component: DOM Core → Layout
Ever confirmed: true
QA Contact: desale → ian
Reporter | ||
Comment 6•22 years ago
|
||
Continues to crash for me under the following build:
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4b) Gecko/20030529 Mozilla
Firebird/0.6
I crash executing this line:
1268 ev = new CantRenderReplacedElementEvent(this, aFrame,
mPresShell);
(gdb) p *aFrame
$13 = {<nsISupports> = {_vptr.nsISupports = 0x809d60a},
mRect = {x = 300,y = 1368, width = 2888, height = 72},
mContent = 0x98, mStyleContext = 0x79700844, mParent = 0x0,
mNextSibling = 0x0, mState = 0}
mStyleContext is certainly bogus.
Comment 8•22 years ago
|
||
When I run the testcase in this bug it crashes with the same stack as in
bug 118685 (see attachment 125193 [details] for crash data on that bug).
They look to be the same kind of problem to me.
OS: Windows 2000 → All
Comment 9•21 years ago
|
||
This was fixed by "Patch2 rev. 2" on bug 118685
*** This bug has been marked as a duplicate of 118685 ***
You need to log in
before you can comment on or make changes to this bug.
Description
•