зеркало из https://github.com/mozilla/pjs.git
106826 - can't drag into folders on the personal toolbar, r=hyatt, sr=blake
This commit is contained in:
Родитель
2e8e06e907
Коммит
791ede77af
|
@ -612,7 +612,7 @@ function determineDropPosition(aEvent, aAllowDropOn)
|
|||
|
||||
// you can drop ONTO containers, so there is a "middle" region
|
||||
if (aAllowDropOn && aEvent.target.getAttribute("container") == "true" &&
|
||||
aEvent.target.getAttribute("type") == "http://home.netscape.com/NC-rdf#Folder")
|
||||
aEvent.target.getAttribute("type") == "menu")
|
||||
return DROP_ON;
|
||||
|
||||
var measure;
|
||||
|
|
Загрузка…
Ссылка в новой задаче