Fix 57728: page scrolls when |input type="image"| has the focus and spacebar is pressed. r=jrgm a=ben

This commit is contained in:
blakeross%telocity.com 2000-10-24 02:07:15 +00:00
Родитель e80db70297
Коммит 1eed149f29
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -18,6 +18,7 @@
case 'INPUT':
switch (v.getAttribute('type').toLowerCase()) {
case 'button':
case 'image':
case 'submit':
case 'reset':
case 'checkbox':