Bug 69861 - [Mac] Small embedded PDFs are not fully repainted when scrolling
Summary: [Mac] Small embedded PDFs are not fully repainted when scrolling
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: PDF (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks: 67774
  Show dependency treegraph
 
Reported: 2011-10-11 12:42 PDT by Alexey Proskuryakov
Modified: 2011-10-11 14:13 PDT (History)
2 users (show)

See Also:


Attachments
proposed fix (2.49 KB, patch)
2011-10-11 12:45 PDT, Alexey Proskuryakov
andersca: review+
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-10-11 12:42:48 PDT
When BuiltInPDFView::paintContent decides which pages to draw, it should account for centering.
Comment 1 Alexey Proskuryakov 2011-10-11 12:45:13 PDT
Created attachment 110559 [details]
proposed fix
Comment 2 Brian Weinstein 2011-10-11 14:11:48 PDT
Comment on attachment 110559 [details]
proposed fix

View in context: https://bugs.webkit.org/attachment.cgi?id=110559&action=review

> Source/WebKit2/WebProcess/Plugins/PDF/BuiltInPDFView.cpp:293
> +printf("\n");

Might want to get rid of this :-).
Comment 3 Alexey Proskuryakov 2011-10-11 14:13:46 PDT
Committed <http://trac.webkit.org/changeset/97184>.