Closed
Bug 53150
Opened 25 years ago
Closed 25 years ago
Using DOM to add tabs crashes Mozilla.
Categories
(Core :: DOM: Core & HTML, defect, P2)
Tracking
()
VERIFIED
FIXED
M18
People
(Reporter: eric.promislow, Assigned: danm.moz)
References
Details
(Whiteboard: [nsbeta3+])
Attachments
(1 file)
1.91 KB,
text/xul
|
Details |
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)
BuildID: 2000091312
Adding a tab using tabbox.appendChild() causes stack overflow in rdf.dll
Reproducible: Always
Steps to Reproduce:
1. Load the attached xul file as chrome (I use a debug version of
Mozilla, and have it in packages/komodo/komodo/content/editor/tab.xul).
2. Press the button
3. Pick up the pieces.
Actual Results: I get the OK/Cancel fatal error dialog box.
Expected Results: Added a second tab to the right of the first. It did
this last week before we moved to the post capabilityID version
of Moz.
Reporter | ||
Comment 1•25 years ago
|
||
Updated•25 years ago
|
Summary: Using DOM to add tabs crashes Mozilla. → Using DOM to add tabs crashes Mozilla.
Comment 2•25 years ago
|
||
I suspect this is the problem danm just fixed today (an infinite recursion
involving unnecessary <children> insertion points that are placed immediately
under <content> elements in XBL). Reassigning to danm and confirming.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 4•25 years ago
|
||
Nominating for nsbeta3, since I know this bug causes the product to crash on
some of morse's dialogs.
Keywords: nsbeta3
Updated•25 years ago
|
QA Contact: vidur → jrgm
Comment 7•25 years ago
|
||
nsbeta3+, ActiveState needs this, they are partnering with us on tools.
Priority: P3 → P2
Whiteboard: [nsbeta3+]
Target Milestone: --- → M18
Fixed along with bug 53116.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 9•25 years ago
|
||
verified fixed for the original bug, an infinite recursion in classic skin.
20000922nn mac/linux/win32 (both skins tested, although this was classic-only).
The testcase still crashes when you click on one of the generated tabs (in
either skin, XP) but that is because the testcase does not add content to
the tabpanel, to match the <tab>s that are added to the <tabbox>. I have
filed bug #53885 to cover this case.
Status: RESOLVED → VERIFIED
Updated•24 years ago
|
Component: DOM Level 2 → DOM Other
Updated•24 years ago
|
Component: DOM Other → DOM Level 1
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
•