Open
Bug 683908
Opened 13 years ago
Updated 2 years ago
ABORT: No view callback!: 'mViewCallback' in toolkit/content/tests/widgets/test_contextmenu_nested.xul
Categories
(Core :: Widget, defect)
Tracking
()
NEW
People
(Reporter: jdm, Unassigned)
References
Details
Attachments
(1 file)
(deleted),
text/plain
|
Details |
test_contextmenu_nested.xul aborts in PuppetWidget code. Is this something we want to fix, or just move the test to mochitest-chrome?
Reporter | ||
Comment 1•13 years ago
|
||
The underlying bug here is a variant of 617653 I think, except that we won't want to draw (chrome) context menus from content processes, ever. (Content will want to be able to modify the context menu, but that's a separate issue.)
You could just disable this for content processes, or make it a mochitest-chrome I guess (does that force it to be run in chrome?).
Component: IPC → Widget
QA Contact: ipc → general
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•