[firefox/f19] Added a workaround for rhbz#907424 - textarea redrawn wrongly during edit

Martin Stransky stransky at fedoraproject.org
Thu Apr 18 11:00:58 UTC 2013


commit fdb6db09cfa5ad7e6d574af44b129b8a9093cb71
Author: Martin Stransky <stransky at redhat.com>
Date:   Thu Apr 18 13:01:30 2013 +0200

    Added a workaround for rhbz#907424 - textarea redrawn wrongly during edit

 firefox-redhat-default-prefs.js |    1 +
 firefox.spec                    |    6 +++++-
 2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/firefox-redhat-default-prefs.js b/firefox-redhat-default-prefs.js
index 825f6ff..bd54676 100644
--- a/firefox-redhat-default-prefs.js
+++ b/firefox-redhat-default-prefs.js
@@ -11,3 +11,4 @@ pref("dom.ipc.plugins.enabled.nswrapper*",  false);
 pref("extensions.shownSelectionUI",         true);
 pref("extensions.autoDisableScope",         0);
 pref("gfx.color_management.enablev4",       true);
+pref("ui.SpellCheckerUnderlineStyle",       1);
diff --git a/firefox.spec b/firefox.spec
index 446684c..95e73e6 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -55,7 +55,7 @@
 Summary:        Mozilla Firefox Web browser
 Name:           firefox
 Version:        20.0
-Release:        2%{?pre_tag}%{?dist}
+Release:        3%{?pre_tag}%{?dist}
 URL:            http://www.mozilla.org/projects/firefox/
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
 Group:          Applications/Internet
@@ -426,6 +426,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 #---------------------------------------------------------------------
 
 %changelog
+* Thu Apr 18 2013 Martin Stransky <stransky at redhat.com> - 20.0-3
+- Added a workaround for rhbz#907424 - textarea redrawn wrongly 
+  during edit
+
 * Thu Apr 18 2013 Jan Horak <jhorak at redhat.com> - 20.0-2
 - Updated manual page
 


More information about the scm-commits mailing list