[Webkit-unassigned] [Bug 54475] New: Scrolling embeded pdf causes overlaid iframe to be rendered incorrectly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 15 09:55:31 PST 2011


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

           Summary: Scrolling embeded pdf causes overlaid iframe to be
                    rendered incorrectly
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Plug-ins
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mihnea at adobe.com


Created an attachment (id=82475)
 --> (https://bugs.webkit.org/attachment.cgi?id=82475&action=review)
Test files

Hi,

I have the following html code which displays an embeded PDF and an iframe above it:
<html>
<body>
    <embed src="InsidePDF.pdf"/>
    <iframe src="http://www.webkit.org" style="position:absolute; top:0; left:150;">
    </iframe>
</body>
</html>

When i scroll down the content of the inline PDF element, the above iframe is rendered incorrectly. Once i resize the browser page, the iframe is rendered correctly.
The same problem appears when i use the horizontal scrollbar in the embeded PDF.

The problem can be seen in Safari 5.0.3 on Mac and WebKit nightly 78528.

Regards,
Mihnea Ovidenie

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