From: Benjamin Petrenko Date: Mon, 20 Jul 2015 07:49:31 +0000 (+0300) Subject: give the focus to an iframe when needed X-Git-Url: https://git.owens.tech/assets/favicon.png/assets/favicon.png/git?a=commitdiff_plain;h=c95a280fd86de7b5309128ed1f452e62df30ff12;p=vimb.git give the focus to an iframe when needed --- diff --git a/src/main.c b/src/main.c index efc3f42..a5cb913 100644 --- a/src/main.c +++ b/src/main.c @@ -1433,7 +1433,7 @@ static void onload_event_cb(WebKitWebView *view, WebKitWebFrame *frame, gpointer user_data) { Document *doc = webkit_web_frame_get_dom_document(frame); - dom_auto_insert_unless_strict_focus(doc); + dom_check_auto_insert(doc); vb.state.done_loading_page = true; }