Hi Hannes!
On Fri, Nov 04, 2011 at 08:54:30AM +0100, Hannes Schüller wrote:
> Daniel Carl <dan...@gm...> wrote:
> > Is there a way to combine both features, activate insert mode only on
> > request (click, hint) and to leave insertmode if form field leaves
> > the focus, also if javascript is disabled?
>
> Isn't this the behaviour after applying the patch?
At the moment vimprobable keeps in insert mode also if a form was
submitted.
To reproduce:
- open google.com
- klick into search input ant type 'vimprobable'
- press enter to perform the search (with kilch oh search button it
works)
- when the searchresult appear, vimprobable is still in insert mode and
movement keystrokes doesn't work
I think we can switch vimprobable hard to normal mode after page loaded
or track if the input field looses the focus.
Daniel
|