From 1eed149f293a87539e85ed008136fb7e2938f97b Mon Sep 17 00:00:00 2001 From: "blakeross%telocity.com" Date: Tue, 24 Oct 2000 02:07:15 +0000 Subject: [PATCH] Fix 57728: page scrolls when |input type="image"| has the focus and spacebar is pressed. r=jrgm a=ben --- xpfe/global/resources/content/htmlBindings.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/xpfe/global/resources/content/htmlBindings.xml b/xpfe/global/resources/content/htmlBindings.xml index 4e8dbb06e260..25f1cbec2d9f 100644 --- a/xpfe/global/resources/content/htmlBindings.xml +++ b/xpfe/global/resources/content/htmlBindings.xml @@ -18,6 +18,7 @@ case 'INPUT': switch (v.getAttribute('type').toLowerCase()) { case 'button': + case 'image': case 'submit': case 'reset': case 'checkbox':