Bug 1518932 Comment 11 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

It turned out I had to explicitly reference `Ci.nsIDOMXULSelectControlElement` when calling implementCustomInterface. Passing `Ci.nsIDOMXULMenuListElement` along is not enough.
It turned out I had to explicitly reference `Ci.nsIDOMXULSelectControlElement` when calling `implementCustomInterface`. Passing `Ci.nsIDOMXULMenuListElement` along is not enough.
It turned out I had to explicitly reference `Ci.nsIDOMXULSelectControlElement` when calling `implementCustomInterface`. Passing `Ci.nsIDOMXULMenuListElement` alone is not enough.

Back to Bug 1518932 Comment 11