Bug 431535: Static item's context menu in bookmark menu is messed up, Marco Bonardo <mak77@supereva.it>, r=mano, a=mconnor

This commit is contained in:
gavin%gavinsharp.com 2008-05-05 20:03:37 +00:00
Родитель 346af059d4
Коммит 6926416e33
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -911,8 +911,8 @@
var selectedNode = this.selectedNode;
if (selectedNode) {
var popupNode = document.popupNode;
if (popupNode == popupNode.parentNode._emptyMenuItem) {
// If (empty) menuitem is selected the insertion point
if (!popupNode.node) {
// If a static menuitem is selected the insertion point
// is inside the folder, at the end.
folderId = PlacesUtils.getConcreteItemId(selectedNode);
orientation = Ci.nsITreeView.DROP_ON;

Просмотреть файл

@ -392,8 +392,8 @@
var selectedNode = this.selectedNode;
if (selectedNode) {
var popupNode = document.popupNode;
if (popupNode == popupNode.parentNode._emptyMenuItem) {
// If (empty) menuitem is selected the insertion point
if (!popupNode.node) {
// If a static menuitem is selected the insertion point
// is inside the folder, at the end.
folderId = PlacesUtils.getConcreteItemId(selectedNode);
orientation = Ci.nsITreeView.DROP_ON;