Each Firebug panel has a <DIV> element that is used to display panel content. This element is created automatically for a panel and accessible through: panel.panelNode
Here is the code that creates the element: http://code.google.com/p/fbug/source/browse/branches/firebug1.8/content/firebug/firebug.js#1459 You can append an event listener to this element (ideally in Firebug.MyPanel.initialize method). Honza On Jul 23, 12:19 pm, andineupert <[email protected]> wrote: > Hey guys, > > is it possible to access a scrolling-event from the panel. I want to > change some div-positions in my panel when scrolling. I tried $ > (panel).scroll(function() { ... } ); with jquery, but this isn't > working. > > Thanks. -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/firebug?hl=en.
