Joseph Pecoraro is a god amongst men! He’s spent the past three months adding nearly every missing feature I’ve ever wanted in the Web Inpsector you get in Safari and Webkit. In some instances he’s gone above and beyond. Here’s a sampling of what he’s added and fixed:
If the current Node has registered event listeners there is a separate section for each type of event registered (click, mouseover, etc). Within each of these lists is a display of all of the event listeners in the entire event flow for that type. That means you see all the Capturing Event Listeners followed by the Bubbling Event Listeners in the exact order that they execute and on which nodes they are registered.
This stuff is amazing! I’d been using Web Inspector for a while now as I dumped Firefox and Firebug (mostly I dumped Firefox). There were a few times I found myself wishing for a few features from FB (creating CSS Selectors and adding attributes directly to elements), but all of this is… wow!
Thank you so much Joseph, where can I send the check (or beer)?
Thanks to Sam for tipping me off on this news.