[Webkit-unassigned] [Bug 32909] New: Printing of Plugins in Windows Ignores Header Settings When Calculating Page Position

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 23 12:35:51 PST 2009


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

           Summary: Printing of Plugins in Windows Ignores Header Settings
                    When Calculating Page Position
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bfulgham at webkit.org


When printing plugins in Windows, the device context handed to the plugin is
translated to reflect its position on the page.  For example, a widget taking
up a region starting at (8, 54) on the screen is printed using a context whose
world transform has been translated by (8, 54).

This is not correct when a header is being used.  In printing tests I can see
that the translated context is the same as the on-screen representation, yet
the rest of the page contents are further down the page due to the header
spacing.  This causes the plugin to paint over the top of some of the text
region.

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