[Pkg-mozext-commits] [tabmixplus] 13/32: Preference window overlay does not start when nglayout.debug.disable_xul_fastload and nglayout.debug.disable_xul_cache are true. Add onload attribute to the prefwindowto workaround this issue

David Prévot taffit at moszumanska.debian.org
Sun Feb 7 19:23:13 UTC 2016


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository tabmixplus.

commit f2cb49ca9677896a611680f703d4bf1d027bb20f
Author: onemen <tabmix.onemen at gmail.com>
Date:   Fri Jan 1 14:31:20 2016 +0200

    Preference window overlay does not start when nglayout.debug.disable_xul_fastload and nglayout.debug.disable_xul_cache are true. Add onload attribute to the prefwindowto workaround this issue
---
 chrome/content/preferences/preferences.xul | 1 +
 1 file changed, 1 insertion(+)

diff --git a/chrome/content/preferences/preferences.xul b/chrome/content/preferences/preferences.xul
index 554379a..4d4198e 100644
--- a/chrome/content/preferences/preferences.xul
+++ b/chrome/content/preferences/preferences.xul
@@ -20,6 +20,7 @@
             title="&page.header.title;"
             xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
             autosize="true"
+            onload="window.sizeToContent();"
             ondialogaccept="gPrefWindow.deinit();"
             ondialogcancel="gPrefWindow.deinit();"
             ondialogextra1="gPrefWindow.onApply();"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/tabmixplus.git



More information about the Pkg-mozext-commits mailing list