Eventbug: window listener
This test-case is intended for window listeners
Jan Odvarko, odvarko@gmail.com
- Install Firebug
- Install Eventbug
(Firebug extension)
- Open Firebug UI (press F12)
- Enable the Script panel and reload the page (in order to see the source code for event listeners).
- Select th Events panel.
- You should see
load event listener
- Expand the handler. You should see an event handler with the following implementation:
{ console.log("Page loaded!"); }
- Click the source code snippet, you should be navigated to the Script panel
and see the full soure code (starting at line 10).
Some event listeners comes from Firebug itself, they shouldn't be displayed.