From: phasefx Date: Tue, 15 Jun 2010 19:45:08 +0000 (+0000) Subject: specify @autoscroll=false for xul browser elements X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=429a448d2f3b9ef01350c9f592772a5f04c6ba37;p=evergreen%2Fbjwebb.git specify @autoscroll=false for xul browser elements git-svn-id: svn://svn.open-ils.org/ILS/trunk@16723 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/chrome/content/main/menu.js b/Open-ILS/xul/staff_client/chrome/content/main/menu.js index dae0a7405..d850372fc 100644 --- a/Open-ILS/xul/staff_client/chrome/content/main/menu.js +++ b/Open-ILS/xul/staff_client/chrome/content/main/menu.js @@ -1539,6 +1539,7 @@ main.menu.prototype = { frame = this.w.document.createElement('browser'); frame.setAttribute('flex','1'); frame.setAttribute('type','content'); + frame.setAttribute('autoscroll','false'); frame.setAttribute('id','frame_'+obj.id_incr); panel.appendChild(frame); try { diff --git a/Open-ILS/xul/staff_client/chrome/content/util/browser.xul b/Open-ILS/xul/staff_client/chrome/content/util/browser.xul index 1d02de5b7..c6fc6e614 100644 --- a/Open-ILS/xul/staff_client/chrome/content/util/browser.xul +++ b/Open-ILS/xul/staff_client/chrome/content/util/browser.xul @@ -120,7 +120,7 @@