Closed
Bug 393896
Opened 17 years ago
Closed 17 years ago
Assertions when using showModalDialog
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: assertion, testcase)
Attachments
(1 file)
103 bytes,
text/html
|
Details |
Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.9a8pre) Gecko/2007082703 Minefield/3.0a8pre
Opening a modal dialog:
###!!! ASSERTION: Class name and proto chain interface name mismatch!: 'nsCRT::strcmp(CutPrefix(name), mData->mName) == 0', file /Users/jruderman/trunk/mozilla/dom/src/base/nsDOMClassInfo.cpp, line 3616
Closing a modal dialog:
###!!! ASSERTION: Uh, LeaveModalState() called w/o a reachable top window?: 'Error', file /Users/jruderman/trunk/mozilla/dom/src/base/nsGlobalWindow.cpp, line 5032
Comment 1•17 years ago
|
||
Boris noted seeing the second assertion in bug 391777.
Reporter | ||
Comment 2•17 years ago
|
||
WFM, Mac trunk debug.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → WORKSFORME
Updated•17 years ago
|
Flags: in-testsuite?
Assignee | ||
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
•