Check for DOM focus/blur events as soon as possible (#197).
authorDaniel Carl <danielcarl@gmx.de>
Sun, 5 Apr 2015 11:04:40 +0000 (13:04 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Sun, 5 Apr 2015 11:05:12 +0000 (13:05 +0200)
commitb3ea6d9f27b461a7c70c81aa2f2940a55a15deea
tree0ddb0084f532c805a6f4c755e8801deb0984e8a3
parentddb7e585de11a97460cc56d25aef0651a7cf682f
Check for DOM focus/blur events as soon as possible (#197).

This is required to remove focus in strict-focus=true even when the focus is
set to an editable element before the page is completely loaded. The previous
logic caused the cursor to be visible in form filed but vimb where still in
normals mode.
src/main.c