Closed
Bug 928836
Opened 11 years ago
Closed 4 years ago
PDF viewer ignores files from appcache
Categories
(Firefox :: PDF Viewer, defect, P3)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: mebrach, Unassigned, NeedInfo)
References
Details
(Whiteboard: [pdfjs-c-integration])
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0 (Beta/Release)
Build ID: 20130910160258
Steps to reproduce:
Build webapp for offline use with HTML5-appcache.
List PDF files in the appcache manifest.
Open the PDF files when webapp ist cached
Actual results:
PDF Viewer always tries to fetch the files from server
Expected results:
taking the files from appcache, like the Adobe Acrobat PlugIn does
Reporter | ||
Updated•11 years ago
|
Component: Untriaged → PDF Viewer
Comment 1•11 years ago
|
||
Do you have a small test case to illustrate the issue?
Priority: -- → P3
Whiteboard: [pdfjs-c-integration]
Comment 2•11 years ago
|
||
bug confirmed!
pdfs are stored in the appcache, but firefox tries to get it from the server.
Updated•11 years ago
|
Flags: needinfo?(mebrach)
Comment 3•11 years ago
|
||
I can also confirm this bug.
Also, when you tell Firefox to open the file in Adobe Acrobat, it downloads the PDF file once and then deletes it from the cache.
pdf.js wont open the PDF file at all.
Comment 4•4 years ago
|
||
Appcache has been deprecated and disabled.
Status: UNCONFIRMED → RESOLVED
Closed: 4 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•