Closed
Bug 649837
Opened 14 years ago
Closed 14 years ago
Viewing PDF over 5MB in a embed field, is not working with Firefox 4.0
Categories
(Firefox :: General, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 644431
People
(Reporter: khaja.hussain, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:2.0) Gecko/20100101 Firefox/4.0
Build Identifier: Mozilla/5.0 (Windows NT 5.1; rv:2.0) Gecko/20100101 Firefox/4.0
A pdf over 5MB and set it into a embed tag/field, it does not work with Firefox 4.0. Anything smaller than 5MB will work. Appears to be truncating it at a around 5MB. If you use a larger file like 11.5MB, browser popup an Adobe reader information message, it says that "The file is damaged and could not be repaired", when you use embed tag in a iframe. If you use embed tag in html body, you will see the page is blank. If you try with a pdf that is a little bigger than 5MB, it complains that something is missing in the pdf.
Reproducible: Always
Steps to Reproduce:
Case 1:
a. Create a html page, in the body tag put an embed tag which refers to pdf file.
b. Open this html page in FF 4 browser.
Case 2:
a. Create a html page, in the body tag put an iframe, which refers to an another html page, which has embed tag which refers to pdf file. (Case 1)
b. Open this html page in FF 4 browser.
Case 3 (Try this First, it is Quick):
Open this link in FF4. It has the similar behavior as described in Case 1 and Case2.
http://download.oracle.com/javaee/6/tutorial/doc/javaeetutorial6.pdf
Actual Results:
Case 1 Result: Web page is blank.
Case 2 Result: Adobe reader information message, it says that "The file is damaged and could not be repaired".
Case 3 Result: Web page is blank.
Expected Results:
In both case we should see the pdf file in a browser.
Updated•14 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
Updated•14 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•