Closed
Bug 405001
Opened 17 years ago
Closed 17 years ago
ASSERTION: Must have view manager while shift-tabbing in this testcase
Categories
(Core :: DOM: Editor, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: martijn.martijn, Unassigned)
References
Details
(Keywords: assertion, testcase)
Attachments
(1 file)
(deleted),
text/html
|
Details |
See testcase, I get this assertion when shift-tabbing in this document in current debug trunk build.
###!!! ASSERTION: Must have view manager: '!isSafeToFlush || mViewManager', file
c:/mozilla-build/mozilla/layout/base/nsPresShell.cpp, line 4427
The iframe source consists of this:
<html><head></head>
<body>
<input>
<span onbeforecopy="window.frameElement.parentNode.removeChild(window.frameElement)">
<input type="checkbox">
</span>
</body>
</html>
I guess that makes it more or less a regression from bug 280959.
Comment 1•17 years ago
|
||
WFM. The buggy onbeforecopy support has been removed (bug 418457).
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
•