Re: [webkit-dev] HTMLInput issue

2008-02-20 Thread David Kilzer
Hi Sriram, Thanks for the patch! In order for this patch to be committed to WebKit, please open a bug on , attach the patch to it, and set the "review?" flag to make sure it's seen. Also, please review the contributor guidelines before reposting the patch: http://webkit

[webkit-dev] HTMLInput issue

2008-02-20 Thread Sriram Neelakandan
Hi folks, I had a HTMLInput issue with gtk-webkit : input text box wont work at all on HTML pages at all. Interestingly, If i add a JavaScript handler, then the key press is processed and captured by the JS, but not by the HTMLInputElement. I debugged the issue in HTMLInputElement::constrainVal