Closed
Bug 930494
Opened 12 years ago
Closed 11 years ago
window.unwatch() doesn't work
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: Honza, Unassigned)
References
Details
(Whiteboard: [firebug-p1])
It isn't possible to unwatch a watched property of window object.
Follow instructions on this page to see the problem:
https://getfirebug.com/tests/manual/issues/6891/issue6891.html
Is it a known issue?
Honza
Comment 1•12 years ago
|
||
JS_SetWatchPoint innerizes the object. But JS_ClearWatchPoint doesn't. Seems like a clear bug in the latter.
| Reporter | ||
Updated•12 years ago
|
Whiteboard: [firebug-p1]
| Reporter | ||
Comment 2•11 years ago
|
||
This seems to be working now
Honza
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•