Closed
Bug 338284
Opened 19 years ago
Closed 17 years ago
"ASSERTION: frame was not removed from primary frame map before destruction or was readded to map after being removed" involving submenus
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: assertion)
Steps to reproduce:
1. Load a page with a subframe, such as data:text/html,<iframe>
2. Right-click the subframe.
3. Hover over "this frame" long enough to make a submenu of the context menu appear.
4. Click below the context menu to dismiss it.
Result:
###!!! ASSERTION: frame was not removed from primary frame map before destruction or was readded to map after being removed: 'Not Reached', file /Users/admin/trunk/mozilla/layout/base/nsFrameManager.cpp, line 698
I first noticed this with the spell-checker context menu, but it's easier to reproduce with the iframe testcase.
Comment 2•17 years ago
|
||
This is worksforme, using current trunk debug build on windows.
Reporter | ||
Comment 3•17 years ago
|
||
WFM, Mac trunk debug.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•