Hi,
I don't know if I am missing important, but I am getting strange problem 
with dom events:

* initializeNode: function(panelNode) {
     // Add events
     Events.addEventListener(panelNode, "click", this.onPanelFocus, true);**
     Firebug.Panel.initializeNode.apply(this, arguments);
 },
 onPanelFocus: function(event) {
     // another code
 }*

With this code:
`*onPanelFocus*` is executing on panel click in side panel. But for main 
panel, it is not.

Thanks,
Jaynti


-- 
You received this message because you are subscribed to the Google Groups 
"Firebug" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/firebug.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/firebug/c21e3bb2-806b-43d8-b72d-cf10e360aff6%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to