Re: [Vimprobable-users] A bunch of issues and questions
Vimprobable is a lean web browser optimised for full keyboard control
Brought to you by:
hanness
From: Daniel C. <dan...@gm...> - 2014-03-05 20:49:45
|
Daniel Carl Karryanna <ka...@ka...> wrote: > > I can reproduce it, this is a bug. The hinting script does not know how to > > handle the <input type="search"/>. There are a lot of input types allowed > > through [html5][]. At the moment the input mode is started for input type > > 'text', 'password', 'checkbox' and 'radio' (by the way, makes it no sense to > > switch to input mode if a radion button is hinted). > > OK, I'll hope for a fix then. The attached patch should fix the issue. I haven't tested this much, and restructured the hinting decision completely, so maybe some other hinting will be broken. The main change is that we switch to input mode for most input types and make some exceptions for input types that expect no input 'radio', 'checkbox', 'submit', 'reset', 'button' and 'image'. Maybe there will some of the new html5 input types that shouldn't force vimprobable into input mode too. Daniel |