You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cant push a commit here, seems like this branch is closed, can you port it to the new devtools with the integrated firebug? Files are attached, just 3 (2 new, 1 modified)
The code might not be up to the current standards but it works perfectly well, i also had to do a combination of the jQuery data events and the native frontNode events because the frontNode ones do not provide the "selector" information to match delegated events, this is something that would probably need to be requested to add in the firefox devtools.
The text was updated successfully, but these errors were encountered:
Thanks for the patch. As you may probably already know, the Firebug theme has been integrated into the DevTools and the features in Firebug 3 too (like the DOM panel).
Also I think the DevTools support jQuery events. You may be interested in taking a look in their implementations. Don't hesitate to get in touch with pbro on IRC (#devtools on irc.mozilla.org) or through the bug.
Thanks, i posted there to see if they could be able to port it over since i havent touched anything on the devtools yet it might take me an awful amount of time to get my hands on that comparing to someone already developing there that could port it easily.
I have implemented the old firebug2 events tab in firebug3.
It also shows the delegated events from jQuery which the current devtools and firebug3 do not show (it was a missing feature), now its there.
@janodvarko @fflorent
I cant push a commit here, seems like this branch is closed, can you port it to the new devtools with the integrated firebug? Files are attached, just 3 (2 new, 1 modified)
/lib/inspector/events-list.js
/lib/inspector/inspector-overlay.js
/lib/data/events-list/events-list.html
The code might not be up to the current standards but it works perfectly well, i also had to do a combination of the jQuery data events and the native frontNode events because the frontNode ones do not provide the "selector" information to match delegated events, this is something that would probably need to be requested to add in the firefox devtools.
The text was updated successfully, but these errors were encountered: