Closed Bug 1158078 Opened 9 years ago Closed 8 years ago

Add support for temporarily disabling a JS event handler from being run when an event occurs.

Categories

(DevTools :: Inspector, enhancement, P3)

enhancement

Tracking

(firefox40 affected)

RESOLVED DUPLICATE of bug 1226637
Tracking Status
firefox40 --- affected

People

(Reporter: jujjyl, Unassigned)

Details

It would ease debugging if it was possible to disable specific JS event handlers from being run via the inspector for events (e.g. a temp toggle button in the UI to disconnect/reconnect registered event handlers to events). This would allow quickly testing if the page is behaving badly with respect to some event.

A good use case to attempt is to download https://dl.dropboxusercontent.com/u/40949268/emcc/bugs/moz_strategyGame_v2.zip

The page most likely has a bug related to the execution of the page "blur" and "focus" handlers, however, editing the .js file is tricky since it is minified, and need to find a good large file editor because the .js file is so large.
Inspector bug triage (filter on CLIMBING SHOES).
Priority: -- → P3
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.