[Pkg-mozext-commits] [sage-extension] 31/54: Disabling key naviagtion to prevent issue where pressing M first changed the selected item

David Prévot taffit at moszumanska.debian.org
Fri May 1 03:10:39 UTC 2015


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

taffit pushed a commit to tag sage_1_3
in repository sage-extension.

commit d794ed990ac50085a5f81f39d8d9b350b486d889
Author: Erik Arvidsson <erik.arvidsson at gmail.com>
Date:   Tue Oct 5 16:33:41 2004 +0000

    Disabling key naviagtion to prevent issue where pressing M first changed the selected item
---
 src/sage/content/sage.xul | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/sage/content/sage.xul b/src/sage/content/sage.xul
index 5c3cfa6..44968a5 100755
--- a/src/sage/content/sage.xul
+++ b/src/sage/content/sage.xul
@@ -144,7 +144,8 @@
 			contextmenu="rssItemListBoxContextMenu"
 			onkeypress="if(event.keyCode == 13) rssItemListBoxClick(event)"
 			onclick="rssItemListBoxClick(event)"
-			onselect="readStateController.onCommandUpdate()"/>
+			onselect="readStateController.onCommandUpdate()"
+			disableKeyNavigation="true"/>
 	</vbox>
 
 </vbox>

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



More information about the Pkg-mozext-commits mailing list