From 2428595f99c2f3675c51f26d2f0690c12ae607dd Mon Sep 17 00:00:00 2001 From: "dietrich%mozilla.com" Date: Thu, 1 May 2008 21:02:02 +0000 Subject: [PATCH] Bug 431173 - On Drag start Bookmark item in right pane of Library window, list items are shifted. (for marco@supereva.it, r=mano, ui-r+a=beltzner) git-svn-id: svn://10.0.0.236/trunk@251046 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/browser/components/places/content/places.js | 4 ---- mozilla/browser/components/places/content/places.xul | 3 ++- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/mozilla/browser/components/places/content/places.js b/mozilla/browser/components/places/content/places.js index 35cd93f35cd..1f5a1cd76c5 100755 --- a/mozilla/browser/components/places/content/places.js +++ b/mozilla/browser/components/places/content/places.js @@ -645,7 +645,6 @@ var PlacesOrganizer = { if (aSelectedNode && !PlacesUtils.nodeIsSeparator(aSelectedNode)) { detailsDeck.selectedIndex = 1; - infoBox.hidden = false; // Using the concrete itemId is arguably wrong. The bookmarks API // does allow setting properties for folder shortcuts as well, but since // the UI does not distinct between the couple, we better just show @@ -666,9 +665,6 @@ var PlacesOrganizer = { } else { detailsDeck.selectedIndex = 0; - // The details deck has the height of its biggest child, so we hide the - // infoBox to allow it shrinking when there is no selection. - infoBox.hidden = true; var selectItemDesc = document.getElementById("selectItemDescription"); var itemsCountLabel = document.getElementById("itemsCountText"); var rowCount = this._content.treeBoxObject.view.rowCount; diff --git a/mozilla/browser/components/places/content/places.xul b/mozilla/browser/components/places/content/places.xul index 558ed04deac..59b58bd3d38 100755 --- a/mozilla/browser/components/places/content/places.xul +++ b/mozilla/browser/components/places/content/places.xul @@ -493,7 +493,7 @@ - + @@ -506,6 +506,7 @@ +