Bug 109633

Summary: overflow-y: hidden areas can still be scrolled vertically
Product: WebKit Reporter: Elliott Sprehn <esprehn>
Component: Layout and RenderingAssignee: Terry Anderson <tdanderson>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: eric, jamesr, luiz, simon.fraser, tdanderson, tonikitoo
Priority: P2 Keywords: HasReduction
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jsfiddle.net/htvMM/
Attachments:
Description Flags
Reduction none

Description Elliott Sprehn 2013-02-12 16:59:55 PST
overflow-y: hidden areas can still be scrolled by selecting and dragging text. This doesn't reproduce if you set overflow hidden in both directions though.
Comment 1 Elliott Sprehn 2013-02-12 17:00:48 PST
Created attachment 187964 [details]
Reduction
Comment 2 Antonio Gomes 2013-02-13 04:36:59 PST
Sounds like related to bug 104373 . 
I had a patch to it, but had to revert because of some unforeseen test failures:  https://trac.webkit.org/changeset/136954

Let me know if it is the same, as I got a revised patch ready, please.
Comment 3 Terry Anderson 2013-03-01 11:30:01 PST
Yes, this issue looks to be a duplicate of https://bugs.webkit.org/show_bug.cgi?id=104373.

*** This bug has been marked as a duplicate of bug 104373 ***