[Webkit-unassigned] [Bug 82458] New: PDF via object or embed tag does not show zoom and download buttons

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 28 06:12:49 PDT 2012


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

           Summary: PDF via object or embed tag does not show zoom and
                    download buttons
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Major
          Priority: P1
         Component: PDF
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: lvschie at me.com


Created an attachment (id=134279)
 --> (https://bugs.webkit.org/attachment.cgi?id=134279&action=review)
Example of missing buttons

When you embed a PDF inside a HTML page using the HTML < OBJECT > or < EMBED > tags, the 'zoom-in', 'zoom-out', 'view-in-preview' and 'download PDF' icons are not visible. When opening a PDF directly inside a tab or window, these buttons show correctly. This used to work prior to version 5.1.x of Safari.

Example code:

< object data="file.pdf" width="700px" height="500px" type="application/pdf" >< /object >

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