Open
Bug 345604
Opened 19 years ago
Updated 3 years ago
Assertions when trying to use events
Categories
(Core :: DOM: Events, defect, P5)
Tracking
()
UNCONFIRMED
People
(Reporter: csthomas, Unassigned)
Details
###!!! ASSERTION: GC preservation didn't work: 'Not Reached', file i:/smtrunk2/m
ozilla/dom/src/base/nsJSUtils.cpp, line 300
###!!! ASSERTION: listener wasn't preserved properly: 'eventListener', file i:/s
mtrunk2/mozilla/content/events/src/nsEventListenerManager.cpp, line 1735
I'm trying to dispatch events from the tabbrowser, with a listener in the sidebar. As far as I can tell, my listeners are not being called.
This happens in my windows non-cairo trunk build (the patch I'm using is broken by other cairo bugs in cairo builds so I haven't tested there).
Comment 1•19 years ago
|
||
With a patch by CTho, I did get these two assertions in a Cairo SeaMonkey build, don't know much about what's going on, but cairo/non cairo shouldn't matter with whatever the underlying bug is.
Updated•16 years ago
|
Assignee: events → nobody
QA Contact: ian → events
Comment 2•7 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046
Move all DOM bugs that haven’t been updated in more than 3 years and has no one currently assigned to P5.
If you have questions, please contact :mdaly.
Priority: -- → P5
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•