summaryrefslogtreecommitdiff
path: root/render
diff options
context:
space:
mode:
Diffstat (limited to 'render')
-rw-r--r--render/html_interaction.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/render/html_interaction.c b/render/html_interaction.c
index 0ff69b5b3..30adaa080 100644
--- a/render/html_interaction.c
+++ b/render/html_interaction.c
@@ -697,6 +697,7 @@ void html_mouse_action(struct content *c, struct browser_window *bw,
form_radio_set(gadget);
break;
case GADGET_IMAGE:
+ /* This falls through to SUBMIT */
if (mouse & BROWSER_MOUSE_CLICK_1) {
struct image_input_coords *coords, *oldcoords;
/** \todo Find a way to not ignore errors */