[Webkit-unassigned] [Bug 114384] Overflow hidden doesn't prevent mouse drag from input field towards oveflowed content

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jul 13 19:51:38 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=114384


Drew Foehn <drew at pixelburn.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |drew at pixelburn.net




--- Comment #3 from Drew Foehn <drew at pixelburn.net>  2013-07-13 19:53:36 PST ---
Confirmed 

This is happening on safari nightly. Version 6.0.5 (7536.30.1, 538+)

Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/538.1+ (KHTML, like Gecko) Version/6.0.5 Safari/536.30.1

Only way to work around this issue is to assign an event listener to the scroll event on the overflow hidden element and set it's scrollTop and scrollLeft to 0. This especially severe as if there is content there, the user has no way of scrolling the content back into view.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list