Don't switch to input mode on click to radio button.
authorDaniel Carl <danielcarl@gmx.de>
Sun, 9 Nov 2014 23:36:39 +0000 (00:36 +0100)
committerDaniel Carl <danielcarl@gmx.de>
Sun, 9 Nov 2014 23:36:39 +0000 (00:36 +0100)
commit1ed2760de23e4f92028dadf7b5742cfef2090557
tree81b6796c75c3f8f8ba571245252a9ba2c827dde2
parentdf6d3a400aec117aa2adb9650a3ffc97e46c317d
Don't switch to input mode on click to radio button.

If a radio button was clicked vimb switched to input mode. Now the logic what
element is editable is consistent within dom.c. Editable are textarea, and
input elements without any type a and type text or password.
src/dom.c