Here is my code snippet:
If i click and drag over the input text field, I get the div with overflow:hidden scrolling as it would do with overflow:auto. If I set overflow:hidden on a div, I want the scrolling to be locked as other browsers do.
The curious thing is that if I set padding:0px on the input field, the issue on Chrome does not occur anymore.
Is it a Google Chrome bug? Any workaround to make it work without the use of Javascript?
EDIT: This behaviour happens on Safari 5 too. Maybe it is a Webkit issue.