Closed
Bug 760424
Opened 13 years ago
Closed 13 years ago
browser_tab_dragdrop.js is buggy, doesn't remove the correct event listener
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: smaug, Assigned: smaug)
References
Details
Attachments
(1 file)
1.46 KB,
patch
|
MatsPalmgren_bugz
:
review+
|
Details | Diff | Splinter Review |
browser_tab_dragdrop.js tries to remove not-existing event listener, and
ends up handling load event from iframes although it doesn't expect it.
Patch coming.
Assignee | ||
Comment 1•13 years ago
|
||
Mats, I think you wrote the test long ago for bug 449734.
Attachment #629172 -
Flags: review?(matspal)
Assignee | ||
Comment 2•13 years ago
|
||
Comment on attachment 629172 [details] [diff] [review]
patch
And the var c = 0; is a leftover from debugging. I'll remove it.
Comment 3•13 years ago
|
||
Comment on attachment 629172 [details] [diff] [review]
patch
Thanks.
Attachment #629172 -
Flags: review?(matspal) → review+
Assignee | ||
Comment 4•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 5•13 years ago
|
||
Looks like browser_tab_dragdrop2.js has a similar issue:
http://mxr.mozilla.org/mozilla-central/source/browser/base/content/test/browser_tab_dragdrop2.js?rev=574b0fb35604#21
(added on window_B.gBrowser, removed on window_B)
which might explain bug 598294?
You need to log in
before you can comment on or make changes to this bug.
Description
•