Skip to main content

Bug Tracker

Side navigation

#6632 closed enhancement (wontfix)

Opened June 04, 2010 08:20AM UTC

Closed November 17, 2010 04:13AM UTC

Make proxied functions look nicely in Web Inspector "Event Listeners" pane

Reported by: NV Owned by:
Priority: undecided Milestone:
Component: core Version: 1.4.2
Keywords: proxy Cc:
Blocked by: Blocking:
Description

How to reproduce the weirdness:

1. Open http://elv1s.ru/files/js/jQuery/proxy.html in Safari or Chrome

2. [[Image(http://elv1s.ru/files/js/jQuery/proxy-ok.png)]]

3. [[Image(http://elv1s.ru/files/js/jQuery/proxy-fail.png)]] listenerBody show useless information, instead of the bound function.

I've fixed it: http://github.com/NV/jquery/commit/0c8b24ee90d3

Attachments (0)
Change History (2)

Changed November 12, 2010 02:40AM UTC by snover comment:1

milestone: 1.4.3

Resetting milestone to future.

Changed November 17, 2010 04:13AM UTC by snover comment:2

priority: → undecided
resolution: → wontfix
status: newclosed

So, this is a really clever patch, and I understand the sentiment behind the request, but this is really only ever useful for debugging and only serves to bloat the library for the vast majority of requests. I would recommend writing a plugin to enhance $.proxy and put it in the plugins repository for people to use when debugging.