Bug 82458 - PDF via object or embed tag does not show zoom and download buttons (HUD)
Summary: PDF via object or embed tag does not show zoom and download buttons (HUD)
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: PDF (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar, Regression
Depends on:
Blocks:
 
Reported: 2012-03-28 06:12 PDT by lvschie
Modified: 2013-09-03 14:57 PDT (History)
2 users (show)

See Also:


Attachments
Example of missing buttons (17.50 KB, image/png)
2012-03-28 06:12 PDT, lvschie
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description lvschie 2012-03-28 06:12:49 PDT
Created attachment 134279 [details]
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 >
Comment 1 Alexey Proskuryakov 2012-03-28 10:14:08 PDT
<rdar://problem/10269185>
Comment 2 Alexey Proskuryakov 2013-09-03 14:57:01 PDT
This should work now.