From 2b5825841e5a688a665bddc21b452e5e1257ac6d Mon Sep 17 00:00:00 2001 From: Daniel Carl Date: Sun, 23 Aug 2015 09:24:38 +0200 Subject: [PATCH] Added manual test for contenteditable element (#237). --- src/hints.c | 2 +- tests/manual/112-editable-focus.html | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/src/hints.c b/src/hints.c index 77d0d03..91bb869 100644 --- a/src/hints.c +++ b/src/hints.c @@ -297,7 +297,7 @@ static gboolean call_hints_function(const char *func, int count, JSValueRef para /* following return values mark fired hints */ if (!strncmp(value, "DONE:", 5)) { fire_timeout(false); - /* Change to normal mode only if we are crrently in command mode and + /* Change to normal mode only if we are currently in command mode and * we are not in g-mode hinting. This is required to not switch to * normal mode when the hinting triggered a click that set focus on * editable element that lead vimb to switch to input mode. */ diff --git a/tests/manual/112-editable-focus.html b/tests/manual/112-editable-focus.html index 509f9f4..3accc37 100644 --- a/tests/manual/112-editable-focus.html +++ b/tests/manual/112-editable-focus.html @@ -1,6 +1,6 @@ -iFrame URI change by HSTS (#146) +Input mode Switching (#112 #237)