[Pkg-mozext-commits] [nostalgy] 218/235: Integrate patch to avoid problem with 'Tasks & mails' extension.

David Prévot taffit at alioth.debian.org
Tue Oct 8 20:42:31 UTC 2013


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

taffit pushed a commit to branch master
in repository nostalgy.

commit 52c4cf98a1e0355315acf0d9e6c5db0cdcbb628e
Author: alain.frisch at gmail.com <alain.frisch at gmail.com@56b81dcf-5a2f-0410-9db0-014be2e416ff>
Date:   Wed Mar 14 12:24:55 2012 +0000

    Integrate patch to avoid problem with 'Tasks & mails' extension.
    
    git-svn-id: http://nostalgy.googlecode.com/svn/trunk@218 56b81dcf-5a2f-0410-9db0-014be2e416ff
---
 CHANGES             |    1 +
 content/nostalgy.js |    3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/CHANGES b/CHANGES
index 3cc8759..7311cbb 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,6 @@
 0.2.30
   - Fix scrolling messages with Ctrl Up/Down.
+  - Integrate patch from Gilles Orsini to avoid problem with 'Tasks & mails' extension.
 
 0.2.29
   - Fixes for TB 12.
diff --git a/content/nostalgy.js b/content/nostalgy.js
index b1b1f95..1749737 100644
--- a/content/nostalgy.js
+++ b/content/nostalgy.js
@@ -811,7 +811,8 @@ function onNostalgyKeyPress(ev) {
   }
 
   var kn = NostalgyRecognizeKey(ev);
-  if (ev.charCode && ev.originalTarget.localName.toLowerCase() == "input"
+    if (ev.charCode && (ev.originalTarget.localName.toLowerCase() == "input"
+                        || ev.originalTarget.localName.toLowerCase() == "textarea")
       && !ev.ctrlKey && !ev.altKey)
     return;
   var k = nostalgy_active_keys[kn];

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



More information about the Pkg-mozext-commits mailing list