Bug 54677 - REGRESSION (WebKit2): Wrong frame printed on tivofaq.com
Summary: REGRESSION (WebKit2): Wrong frame printed on tivofaq.com
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.6
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2011-02-17 11:38 PST by Alexey Proskuryakov
Modified: 2011-02-18 10:01 PST (History)
1 user (show)

See Also:


Attachments
proposed fix (1.70 KB, patch)
2011-02-17 11:43 PST, Alexey Proskuryakov
adele: review+
ap: commit-queue+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2011-02-17 11:38:41 PST
We're choosing the largest frame for printing - but TOC is very tall on this site, so its area is larger than area of content frame.

Should use visible bounds, not frame size, as WK1 does.

<rdar://problem/8994133>
Comment 1 Alexey Proskuryakov 2011-02-17 11:43:55 PST
Created attachment 82838 [details]
proposed fix
Comment 2 Alexey Proskuryakov 2011-02-18 10:01:28 PST
Committed in <http://trac.webkit.org/changeset/79008>.