[Webkit-unassigned] [Bug 75700] New: <object> content breaks when file is forced to be downloaded

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 6 04:41:53 PST 2012


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

           Summary: <object> content breaks when file is forced to be
                    downloaded
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
               URL: http://armeagle.nl/wdft/
        OS/Version: Mac OS X 10.7
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Frames
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: alex.haan at mijndiabetes.nl


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

On our website we make extensive use of gadgets, using inline frames (iframe for IE, object for other browsers).
In one situation people can download data in a PDF, we do this by using http-equiv refresh to a php file that provides the PDF.

In normal situations the PDF is downloaded just fine and the webpage does not change. But when this is done inside a frame, using the <object> tag, we encounter a problem in Webkit (Chrome and Safari). After the PDF has been downloaded, the frame is then malformed for some reason and the old content is not shown anymore. When an iframe (or a plain page) is used instead of the object tag everything works fine.

A test-case can be found here: http://armeagle.nl/wdft/
Or source: http://armeagle.nl/wdft/index.phps

Should more headers be specified to make this work in WebKit, or is this actually a bug?

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