Closed
Bug 309456
Opened 20 years ago
Closed 19 years ago
Crash with evil xforms testcase involving action and display:table-row
Categories
(Core Graveyard :: XForms, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: martijn.martijn, Assigned: aaronr)
References
Details
(Keywords: crash, testcase)
Attachments
(1 file)
1.24 KB,
application/xhtml+xml
|
Details |
The following testcase crashes/hangs for me when clicking on the button most of
the time:
Talkback ID: TB9574814G
nsSVGInnerSVGFrame::GetCanvasTM
[c:/builds/tinderbox/Fx-Trunk/WINNT_5.2_Depend/mozilla/layout/svg/base/src/nsSVGInnerSVGFrame.cpp,
line 697]
nsTableFrame::SetInitialChildList
[c:/builds/tinderbox/Fx-Trunk/WINNT_5.2_Depend/mozilla/layout/tables/nsTableFrame.cpp,
line 447]
nsTableFrame::AppendCell
[c:/builds/tinderbox/Fx-Trunk/WINNT_5.2_Depend/mozilla/layout/tables/nsTableFrame.cpp,
line 983]
nsTableRowGroupFrame::Reflow
[c:/builds/tinderbox/Fx-Trunk/WINNT_5.2_Depend/mozilla/layout/tables/nsTableRowGroupFrame.cpp,
line 1255]
nsFrameManager::GetPrimaryFrameFor
[c:/builds/tinderbox/Fx-Trunk/WINNT_5.2_Depend/mozilla/layout/base/nsFrameManager.cpp,
line 352]
nsCSSFrameConstructor::ContentRemoved
[c:/builds/tinderbox/Fx-Trunk/WINNT_5.2_Depend/mozilla/layout/base/nsCSSFrameConstructor.cpp,
line 9772]
nsCSSFrameConstructor::MaybeRecreateFramesForContent
[c:/builds/tinderbox/Fx-Trunk/WINNT_5.2_Depend/mozilla/layout/base/nsCSSFrameConstructor.cpp,
line 11296]
UpdateViewsForTree
[c:/builds/tinderbox/Fx-Trunk/WINNT_5.2_Depend/mozilla/layout/base/nsCSSFrameConstructor.cpp,
line 9917]
nsCSSFrameConstructor::ReframeContainingBlock
[c:/builds/tinderbox/Fx-Trunk/WINNT_5.2_Depend/mozilla/layout/base/nsCSSFrameConstructor.cpp,
line 12985]
nsCSSFrameConstructor::RemoveFixedItems
[c:/builds/tinderbox/Fx-Trunk/WINNT_5.2_Depend/mozilla/layout/base/nsCSSFrameConstructor.cpp,
line 13034]
CollectRestyles
[c:/builds/tinderbox/Fx-Trunk/WINNT_5.2_Depend/mozilla/layout/base/nsCSSFrameConstructor.cpp,
line 13064]
0x778b0c24
Probably this crash disappears when bug 309445 gets fixed if xf:action would be
converted to use XBL.
Reporter | ||
Updated•20 years ago
|
Reporter | ||
Comment 1•20 years ago
|
||
Reporter | ||
Comment 2•19 years ago
|
||
Testcase doesn't crash anymore, marking WFM.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → WORKSFORME
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•