On 10/29/06, Thomas Reitmayr <[EMAIL PROTECTED]> wrote:
> Hi,
> starting with Firefox 2.0 "click" event handling of my extension (Checkyesss) 
> stopped working. Basically there was no reaktion on clicks anymore. With the 
> original code
>
>   panel.addEventListener("click", this, false);
>
> the object's handleEvent function should be called, i.e. it implements the 
> nsIEventListener interface. This definitely worked with Firefox 1.5.

This works fine for me in Firefox 2. More information on what you're
trying to do is needed.

> Now I could reanimate the event by changing the above line to:
>
>   panel.addEventListener("click", gCheckyesss.handleEvent, false);
>
Did you try it? Does it work?

What is panel?

> BTW, catching "mouseover" and "mouseout" continued to function the 
> nsIEventListener-way.
> As I could not find an entry in Bugzilla, did anyone else experience this 
> behavior?

You should trim your code to a minimized testcase and depending on
results you get, file a bug.

Nickolay
_______________________________________________
Project_owners mailing list
[email protected]
http://mozdev.org/mailman/listinfo/project_owners

Reply via email to