summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2012-08-20 22:02:37 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2012-08-20 22:02:37 +0100
commitb1342796448c01515d8dcb4d992f804a5f2f4fb4 (patch)
tree2e5908936c63de9a60e24b9e142b3a73f0dd926f /desktop
parent74a9ec6de4e4180a1279633de6a4611e57ef2995 (diff)
downloadnetsurf-b1342796448c01515d8dcb4d992f804a5f2f4fb4.tar.gz
netsurf-b1342796448c01515d8dcb4d992f804a5f2f4fb4.tar.bz2
Allow the presence of form inputs to be obtained without knowledge of html content internals.
Diffstat (limited to 'desktop')
-rw-r--r--desktop/browser.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/browser.c b/desktop/browser.c
index a33bbff25..42acc3452 100644
--- a/desktop/browser.c
+++ b/desktop/browser.c
@@ -549,6 +549,7 @@ void browser_window_get_contextual_content(struct browser_window *bw,
data->link_url = NULL;
data->object = NULL;
data->main = NULL;
+ data->form_features = CTX_FORM_NONE;
browser_window__get_contextual_content(bw, x, y, data);
}