b=243720, bookmark can't move into sub-folder in personal toolbar (drag and drop), patch from roc/aku, r=me,a=asa
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@160126 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -350,8 +350,8 @@ var BookmarksMenu = {
|
||||
case "menu":
|
||||
case "menuitem":
|
||||
size = overButtonBoxObject.height;
|
||||
coordValue = overButtonBoxObject.y-overParentBoxObject.y;
|
||||
clientCoordValue = aEvent.clientY;
|
||||
coordValue = overButtonBoxObject.screenY;
|
||||
clientCoordValue = aEvent.screenY;
|
||||
break;
|
||||
default: return BookmarksUtils.DROP_ON;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user