[webkit-dev] Scrolling overflow:hidden boxes..

2013-08-16 Thread Antonio Gomes
Hi. Bug https://bugs.webkit.org/show_bug.cgi?id=119760 (Text dragging can scroll overflow:hidden boxes) caught my attention to the following situation: - imagine a page has an input field within a overflow:hidden div, and user starts text selecting from the input field text by dragging with the

Re: [webkit-dev] Scrolling overflow:hidden boxes..

2013-08-16 Thread Simon Fraser
On Aug 16, 2013, at 2:45 PM, Antonio Gomes toniki...@webkit.org wrote: Hi. Bug https://bugs.webkit.org/show_bug.cgi?id=119760 (Text dragging can scroll overflow:hidden boxes) caught my attention to the following situation: - imagine a page has an input field within a overflow:hidden

Re: [webkit-dev] Scrolling overflow:hidden boxes..

2013-08-16 Thread Antonio Gomes
I did not test exhaustively (various different scenarios), but hopefully it is of help: - text selection drag-scrolling of overflow:hidden : http://jsfiddle.net/auk9S/8/ Safari/Chrome/Opera15: perform scroll Mozilla: does not perform scroll Opera12 (pre-blink): does not perform scroll -