jdka...@gmail.com
unread,Aug 2, 2013, 3:19:30 AM8/2/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to fir...@googlegroups.com
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