Open
Bug 457090
Opened 17 years ago
Updated 10 years ago
Review inclusions of nsDragAndDrop.js
Categories
(SeaMonkey :: General, defect)
SeaMonkey
General
Tracking
(Not tracked)
NEW
People
(Reporter: sgautherie, Unassigned)
References
(Blocks 1 open bug)
Details
Bug 453220 comment 3
{
From Karsten Düsterloh 2008-09-07 14:12:01 PDT
Created an attachment (id=337335) [details]
include nsDragAndDrop.js in main windows only
nsDragAndDrop.js is included in several overlays, which then collide...
Mark, it'd probably worth to move abDragDrop.js from overlay files to the
addressbook.xul as well, don't you think?
}
See also bug 453220 comment 4 about that patch.
![]() |
||
Comment 1•12 years ago
|
||
Marking a dependency on Bug 773979 (Switch to new drag and drop api in SeaMonkey)
Blocks: 773979
![]() |
||
Comment 2•10 years ago
|
||
Currently six references.
/suite/debugQA/content/debugQATextEditorShell.xul (View Hg log or Hg annotations)
* line 55 -- <script type="application/javascript" src="chrome://global/content/nsDragAndDrop.js"/>
/suite/mailnews/addrbook/addressbook-panel.xul (View Hg log or Hg annotations)
* line 30 -- <script type="application/javascript" src="chrome://global/content/nsDragAndDrop.js"/>
/suite/mailnews/compose/messengercompose.xul (View Hg log or Hg annotations)
* line 74 -- <script type="application/javascript" src="chrome://global/content/nsDragAndDrop.js"/>
/suite/mailnews/jar.mn (View Hg log or Hg annotations)
* line 8 -- % override chrome://global/content/nsDragAndDrop.js chrome://messenger/content/nsDragAndDrop.js
* line 28 -- content/messenger/nsDragAndDrop.js
/suite/mailnews/messageWindow.xul (View Hg log or Hg annotations)
* line 50 -- <script type="application/javascript" src="chrome://global/content/nsDragAndDrop.js"/>
/suite/mailnews/messenger.xul (View Hg log or Hg annotations)
* line 57 -- <script type="application/javascript" src="chrome://global/content/nsDragAndDrop.js"/>
/suite/mailnews/msgHdrViewOverlay.xul (View Hg log or Hg annotations)
* line 24 -- src="chrome://global/content/nsDragAndDrop.js"/>
You need to log in
before you can comment on or make changes to this bug.
Description
•