From 855fbaa05ff1f7f448db30a02a1c4b1939eb9c60 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 24 Apr 2014 23:53:36 +0200 Subject: [PATCH] Update TODO --- TODO | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 972c80736..61f86822c 100644 --- a/TODO +++ b/TODO @@ -1,12 +1,14 @@ keyparser foo ============= -- Handle keybind to get out of insert mode (e.g. esc) +- Add mode=[]/no_mode=[] to cmdutils.register so we can avoid executing + commands in the wrong mode - Add more element-selection-detection code (with options?) based on: -> javascript: http://stackoverflow.com/a/2848120/2085149 -> microFocusChanged and check active element via: frame = page.currentFrame() elem = frame.findFirstElement('*:focus') +- BUG: sometimes events arrive like 5 times... :( Bugs ====