[Webkit-unassigned] [Bug 11351] Element with "overflow: auto" inside body with "overflow: hidden" is not scrollable via the keyboard

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 11 06:18:10 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=11351





------- Comment #5 from bdash at webkit.org  2007-01-11 06:18 PDT -------
This looks to happen because when the body element has "overflow: hidden",
-[WebFrameView allowsScrolling] ends up returning NO due to it's
WebDynamicScrollBarsView has horizontal/vertical scrolling modes set to Off. 
This causes -[WebFrameView keyDown:] to bail out of its handling of the key
event and pass it up to super.


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



More information about the webkit-unassigned mailing list