Bug 1400595 - Allow Preferences search engine table scrollable only if its items are overflow r?jaws draft
authorRicky Chien <ricky060709@gmail.com>
Wed, 20 Sep 2017 15:17:25 +0800
changeset 667515 38d8fde5def68b574f294b524a2bfe26e710d494
parent 667303 a0eb21bf55e1c1ae0ba311e6f2273da05c712799
child 732411 9390099ad77eba6ba12aedac1c98d88e8eada026
push id80740
push userbmo:rchien@mozilla.com
push dateWed, 20 Sep 2017 07:17:55 +0000
reviewersjaws
bugs1400595
milestone57.0a1
Bug 1400595 - Allow Preferences search engine table scrollable only if its items are overflow r?jaws MozReview-Commit-ID: DVqCYNkh4x8
browser/components/preferences/in-content/search.xul
--- a/browser/components/preferences/in-content/search.xul
+++ b/browser/components/preferences/in-content/search.xul
@@ -67,17 +67,17 @@
       </vbox>
     </groupbox>
 
     <groupbox id="oneClickSearchProvidersGroup" data-category="paneSearch">
       <caption><label>&oneClickSearchEngines.label;</label></caption>
       <description>&chooseWhichOneToDisplay2.label;</description>
 
       <tree id="engineList" flex="1" rows="8" hidecolumnpicker="true" editable="true"
-            seltype="single">
+            seltype="single" allowunderflowscroll="true">
         <treechildren id="engineChildren" flex="1"/>
         <treecols>
           <treecol id="engineShown" type="checkbox" editable="true" sortable="false"/>
           <treecol id="engineName" flex="4" label="&engineNameColumn.label;" sortable="false"/>
           <treecol id="engineKeyword" flex="1" label="&engineKeywordColumn.label;" editable="true"
                    sortable="false"/>
         </treecols>
       </tree>