[Pkg-mozext-commits] [nostalgy] 217/252: Integrate patch to avoid problem with 'Tasks & mails' extension.
David Prévot
taffit at moszumanska.debian.org
Tue Jun 14 15:25:00 UTC 2016
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository nostalgy.
commit 74f8a89cac5c706bb58888d65d82f5198e22a183
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.
---
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