[Webkit-unassigned] [Bug 89414] Focusing the inside of an overflow area that's taller than the viewport inside an iframe scrolls the parent document

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 20 13:45:52 PDT 2012


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


Elliott Sprehn <esprehn at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #5 from Elliott Sprehn <esprehn at gmail.com>  2012-06-20 13:45:51 PST ---
After spending a lot of time looking through this code and comparing what we do to other browsers I'm not sure what Webkit is doing is actually wrong. Our behavior is pretty weird in a couple cases (1px visible vs 0px visible of the focused element causes radically different behavior), but it's no worse than the weirdness I'm seeing from Opera or Firefox (which completely punts here).

We could disable scroll to focus when we hit an overflow: hidden area which resolves the issue seen in Gmail, but I think that would break old style DOM animations and CSS tricks that used :focus and overflow: hidden tricks.

-- 
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