Bug 37165 - No scrolling with flat frames
Summary: No scrolling with flat frames
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-06 12:32 PDT by Greg Bolsinga
Modified: 2023-09-28 08:04 PDT (History)
7 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Kenneth Rohde Christiansen 2010-04-06 13:19:57 PDT
I can confirm this. Also note, that it is possible to scroll the page if you select text with the mouse.
Comment 2 Kenneth Rohde Christiansen 2010-04-06 13:32:40 PDT
We need to ignore overflow: hidden; for the owner frame when enabling frame flattening
Comment 3 Kenneth Rohde Christiansen 2010-04-06 13:42:58 PDT
The page in concern shows a header plus an iframe containing the original site

When using iframe flattening the main frame changes it size to the size of the "header" plus the page shown in the iframe, but as body of the mainframe has overflow: hidden, it is unscrollable.

Turning that off using Web Inspector shows that that is the issue at hand.
Comment 4 Dave Hyatt 2010-04-06 13:49:27 PDT
Really this is a design mistake in the page, as they've set overflow:hidden unnecessarily.  I'm not quite sure how you could decide to scroll this page, since the author has just plain told you not to.
Comment 5 Greg Bolsinga 2010-04-06 14:18:06 PDT
I'm inclined to believe this is behaving correctly.
Comment 6 Ahmad Saleem 2023-09-27 16:31:53 PDT
Similar to other bug - frame flattening is code. Do we need anything here?

https://github.com/WebKit/WebKit/commit/37224f042c178a094cc2287dee595345bc89f687