Event Listener View for Firebug

View: New views
6 Messages — Rating Filter:   Alert me  

Event Listener View for Firebug

by John J Barton :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Please help us build the case for Firefox 3.6 to include support for
event listener views in Firebug.The code is now in Firefox 3.7a. We
want to get it into Firefox 3.6b2. By trying it and reporting back we
reduce the risk and increase the chances of getting this important new
feature this year.

More info in the blog post.
http://blog.getfirebug.com/2009/10/30/event-listener-view-for-firebug/

jjb

--

You received this message because you are subscribed to the Google Groups "Firebug" group.
To post to this group, send email to firebug@....
To unsubscribe from this group, send email to firebug+unsubscribe@....
For more options, visit this group at http://groups.google.com/group/firebug?hl=en.



Re: Event Listener View for Firebug

by EugeneZ-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Looks good to me. Heck, if this doesn't make 3.6, it'd make it worth
using 3.7a for this. Thanks, great feature.

The thing is, my site uses MooTools, which wraps the native event
handlers, so ALL of the fxn links in the Event panel go to the
mootools event. This appears to also be the case for jQuery and should
be the case for any library that uses a generic "delegator" that is
always registered to addEventListener, etc

Not sure that there's anything Firebug can or even should do about
that, though. It's still quite useful.

On Oct 30, 1:20 pm, John J Barton <johnjbar...@...> wrote:
> Please help us build the case for Firefox 3.6 to include support for
> event listener views in Firebug.The code is now in Firefox 3.7a. We
> want to get it into Firefox 3.6b2. By trying it and reporting back we
> reduce the risk and increase the chances of getting this important new
> feature this year.
>
> More info in the blog post.http://blog.getfirebug.com/2009/10/30/event-listener-view-for-firebug/
>
> jjb

--

You received this message because you are subscribed to the Google Groups "Firebug" group.
To post to this group, send email to firebug@....
To unsubscribe from this group, send email to firebug+unsubscribe@....
For more options, visit this group at http://groups.google.com/group/firebug?hl=en.



Re: Event Listener View for Firebug

by mofle :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Vote for EugeneZ idea. It would be great with some kind of support for
these kind of frameworks.



On Oct 30, 9:19 pm, EugeneZ <eugene....@...> wrote:

> Looks good to me. Heck, if this doesn't make 3.6, it'd make it worth
> using 3.7a for this. Thanks, great feature.
>
> The thing is, my site uses MooTools, which wraps the native event
> handlers, so ALL of the fxn links in the Event panel go to the
> mootools event. This appears to also be the case for jQuery and should
> be the case for any library that uses a generic "delegator" that is
> always registered to addEventListener, etc
>
> Not sure that there's anything Firebug can or even should do about
> that, though. It's still quite useful.
>
> On Oct 30, 1:20 pm, John J Barton <johnjbar...@...> wrote:
>
> > Please help us build the case for Firefox 3.6 to include support for
> > event listener views in Firebug.The code is now in Firefox 3.7a. We
> > want to get it into Firefox 3.6b2. By trying it and reporting back we
> > reduce the risk and increase the chances of getting this important new
> > feature this year.
>
> > More info in the blog post.http://blog.getfirebug.com/2009/10/30/event-listener-view-for-firebug/
>
> > jjb

--

You received this message because you are subscribed to the Google Groups "Firebug" group.
To post to this group, send email to firebug@....
To unsubscribe from this group, send email to firebug+unsubscribe@....
For more options, visit this group at http://groups.google.com/group/firebug?hl=en.



Re: Event Listener View for Firebug

by John J Barton :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



On Oct 30, 12:19 pm, EugeneZ <eugene....@...> wrote:

> Looks good to me. Heck, if this doesn't make 3.6, it'd make it worth
> using 3.7a for this. Thanks, great feature.
>
> The thing is, my site uses MooTools, which wraps the native event
> handlers, so ALL of the fxn links in the Event panel go to the
> mootools event. This appears to also be the case for jQuery and should
> be the case for any library that uses a generic "delegator" that is
> always registered to addEventListener, etc
>
> Not sure that there's anything Firebug can or even should do about
> that, though. It's still quite useful.

Are these patterns closures? If you create a small but complete test
case and post to the issues list I can use it to see what we can do.
jjb

>
> On Oct 30, 1:20 pm, John J Barton <johnjbar...@...> wrote:
>
> > Please help us build the case for Firefox 3.6 to include support for
> > event listener views in Firebug.The code is now in Firefox 3.7a. We
> > want to get it into Firefox 3.6b2. By trying it and reporting back we
> > reduce the risk and increase the chances of getting this important new
> > feature this year.
>
> > More info in the blog post.http://blog.getfirebug.com/2009/10/30/event-listener-view-for-firebug/
>
> > jjb
>
>

--

You received this message because you are subscribed to the Google Groups "Firebug" group.
To post to this group, send email to firebug@....
To unsubscribe from this group, send email to firebug+unsubscribe@....
For more options, visit this group at http://groups.google.com/group/firebug?hl=en.



Re: Event Listener View for Firebug

by Steven Roussey :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Go to http://www.extjs.com/deploy/dev/examples/menu/menus.html

When you look at all the event listeners, you will see that they all
point to the same function.

-s

On Oct 30, 1:24 pm, John J Barton <johnjbar...@...> wrote:

> On Oct 30, 12:19 pm, EugeneZ <eugene....@...> wrote:
>
> > Looks good to me. Heck, if this doesn't make 3.6, it'd make it worth
> > using 3.7a for this. Thanks, great feature.
>
> > The thing is, my site uses MooTools, which wraps the native event
> > handlers, so ALL of the fxn links in the Event panel go to the
> > mootools event. This appears to also be the case for jQuery and should
> > be the case for any library that uses a generic "delegator" that is
> > always registered to addEventListener, etc
>
> > Not sure that there's anything Firebug can or even should do about
> > that, though. It's still quite useful.
>
> Are these patterns closures? If you create a small but complete test
> case and post to the issues list I can use it to see what we can do.
> jjb
>
>
>
> > On Oct 30, 1:20 pm, John J Barton <johnjbar...@...> wrote:
>
> > > Please help us build the case for Firefox 3.6 to include support for
> > > event listener views in Firebug.The code is now in Firefox 3.7a. We
> > > want to get it into Firefox 3.6b2. By trying it and reporting back we
> > > reduce the risk and increase the chances of getting this important new
> > > feature this year.
>
> > > More info in the blog post.http://blog.getfirebug.com/2009/10/30/event-listener-view-for-firebug/
>
> > > jjb
>
>

--

You received this message because you are subscribed to the Google Groups "Firebug" group.
To post to this group, send email to firebug@....
To unsubscribe from this group, send email to firebug+unsubscribe@....
For more options, visit this group at http://groups.google.com/group/firebug?hl=en.



Re: Event Listener View for Firebug

by EugeneZ-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Done: http://code.google.com/p/fbug/issues/detail?id=2466

Thanks.

On Oct 30, 4:24 pm, John J Barton <johnjbar...@...> wrote:

> On Oct 30, 12:19 pm, EugeneZ <eugene....@...> wrote:
>
> > Looks good to me. Heck, if this doesn't make 3.6, it'd make it worth
> > using 3.7a for this. Thanks, great feature.
>
> > The thing is, my site uses MooTools, which wraps the native event
> > handlers, so ALL of the fxn links in the Event panel go to the
> > mootools event. This appears to also be the case for jQuery and should
> > be the case for any library that uses a generic "delegator" that is
> > always registered to addEventListener, etc
>
> > Not sure that there's anything Firebug can or even should do about
> > that, though. It's still quite useful.
>
> Are these patterns closures? If you create a small but complete test
> case and post to the issues list I can use it to see what we can do.
> jjb
>
>
>
> > On Oct 30, 1:20 pm, John J Barton <johnjbar...@...> wrote:
>
> > > Please help us build the case for Firefox 3.6 to include support for
> > > event listener views in Firebug.The code is now in Firefox 3.7a. We
> > > want to get it into Firefox 3.6b2. By trying it and reporting back we
> > > reduce the risk and increase the chances of getting this important new
> > > feature this year.
>
> > > More info in the blog post.http://blog.getfirebug.com/2009/10/30/event-listener-view-for-firebug/
>
> > > jjb

--

You received this message because you are subscribed to the Google Groups "Firebug" group.
To post to this group, send email to firebug@....
To unsubscribe from this group, send email to firebug+unsubscribe@....
For more options, visit this group at http://groups.google.com/group/firebug?hl=en.