From: Daniel Carl Date: Sun, 23 Aug 2015 07:24:38 +0000 (+0200) Subject: Added manual test for contenteditable element (#237). X-Git-Url: https://git.owens.tech/assets/favicon.png/assets/favicon.png/git?a=commitdiff_plain;h=2b5825841e5a688a665bddc21b452e5e1257ac6d;p=vimb.git Added manual test for contenteditable element (#237). --- 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)