Bug 739049 Some bookmark edit panels do not expand correctly r+a=InvisibleSmiley
--- a/suite/common/bookmarks/bm-props.xul
+++ b/suite/common/bookmarks/bm-props.xul
@@ -68,11 +68,11 @@
src="chrome://communicator/locale/bookmarks/bm-props.properties"/>
</stringbundleset>
<script type="application/javascript"
src="chrome://communicator/content/bookmarks/editBookmarkOverlay.js"/>
<script type="application/javascript"
src="chrome://communicator/content/bookmarks/bm-props.js"/>
-<vbox id="editBookmarkPanelContent"/>
+<vbox id="editBookmarkPanelContent" flex="1"/>
</dialog>
--- a/suite/common/bookmarks/bookmarksManager.xul
+++ b/suite/common/bookmarks/bookmarksManager.xul
@@ -401,17 +401,18 @@
<label id="itemsCountText"/>
<spacer flex="1"/>
<description id="selectItemDescription">
&detailsPane.selectAnItemText.description;
</description>
<spacer flex="3"/>
</vbox>
<vbox id="infoBox" minimal="true">
- <vbox id="editBookmarkPanelContent" flex="1"/>
+ <vbox id="editBookmarkPanelContent"/>
+ <spacer flex="1"/>
<hbox id="infoBoxExpanderWrapper" align="center">
<button type="image" id="infoBoxExpander"
class="expander-down"
accesskey="&detailsPane.more.accesskey;"
oncommand="PlacesOrganizer.toggleAdditionalInfoFields();"
observes="paneElementsBroadcaster"/>
--- a/suite/common/bookmarks/editBookmarkOverlay.xul
+++ b/suite/common/bookmarks/editBookmarkOverlay.xul
@@ -43,17 +43,17 @@
]>
<?xml-stylesheet href="chrome://communicator/skin/bookmarks/editBookmarkOverlay.css"?>
<?xml-stylesheet href="chrome://communicator/skin/bookmarks/bookmarks.css"?>
<overlay id="editBookmarkOverlay"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
- <vbox id="editBookmarkPanelContent" flex="1">
+ <vbox id="editBookmarkPanelContent">
<broadcaster id="paneElementsBroadcaster"/>
<hbox id="editBMPanel_selectionCount" hidden="true" pack="center">
<label id="editBMPanel_itemsCountText"/>
</hbox>
<grid id="editBookmarkPanelGrid" flex="1">
<columns id="editBMPanel_columns">
--- a/suite/common/bookmarks/placesOverlay.xul
+++ b/suite/common/bookmarks/placesOverlay.xul
@@ -1,8 +1,10 @@
+<?xml version="1.0"?>
+
<!-- ***** BEGIN LICENSE BLOCK *****
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
-
- The contents of this file are subject to the Mozilla Public License Version
- 1.1 (the "License"); you may not use this file except in compliance with
- the License. You may obtain a copy of the License at
- http://www.mozilla.org/MPL/
-
@@ -121,17 +123,17 @@
onpopupshown="StarUI.panelShown(event);"
aria-labelledby="editBookmarkPanelTitle">
<row id="editBookmarkPanelHeader" align="center" hidden="true">
<vbox align="center">
<image id="editBookmarkPanelStarIcon"/>
</vbox>
<label id="editBookmarkPanelTitle"/>
</row>
- <vbox id="editBookmarkPanelContent" flex="1" hidden="true"/>
+ <vbox id="editBookmarkPanelContent" hidden="true"/>
<hbox id="editBookmarkPanelBottomButtons">
<button id="editBookmarkPanelRemoveButton"
class="editBookmarkPanelHeaderButton"
oncommand="StarUI.removeBookmarkButtonCommand();"
accesskey="&editBookmark.removeBookmark.accessKey;"/>
<spacer flex="1"/>
<button id="editBookmarkPanelDeleteButton"
class="editBookmarkPanelBottomButton"