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':