Fixed wrong check if a fired hint is an input.
authorDaniel Carl <danielcarl@gmx.de>
Sat, 16 Feb 2013 10:46:31 +0000 (11:46 +0100)
committerDaniel Carl <danielcarl@gmx.de>
Sat, 16 Feb 2013 10:51:55 +0000 (11:51 +0100)
commit8ce52393e5b6d34cee82133950afe4e181b8f742
tree62f261d096f995d0a9f332bb918ae6c090790739
parentc71ac55eadf69f8c04c53cda605f8550ee90667b
Fixed wrong check if a fired hint is an input.

We considered every html form input element as editable. This brakes the next
submit element on duckduckgo's search result page.

Now we exclude the input type submit, reset and image from the editable input
elements.
src/dom.c