Closed
Bug 861638
Opened 12 years ago
Closed 11 years ago
PDF viewer of Firefox 20.0 fails to display a page
Categories
(Firefox :: PDF Viewer, defect, P2)
Tracking
()
RESOLVED
FIXED
Firefox 25
People
(Reporter: bughunt, Unassigned)
References
Details
(Whiteboard: [pdfjs-c-rendering][pdfjs-f-fixed-upstream]https://github.com/mozilla/pdf.js/pull/3376)
Attachments
(1 file)
202.74 KB,
application/pdf
|
Details |
User Agent: Mozilla/5.0 (X11; Linux i686; rv:20.0) Gecko/20100101 Firefox/20.0
Build ID: 20130401133105
Steps to reproduce:
Try to display PDF attached in Firefox.
A blank (white) page is shown.
DIsplay in Okular works nicely.
Actual results:
Page not shown.
Expected results:
Page should be shown.
Same result with FF20/23 on Win 7, blank page.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•12 years ago
|
||
[13:43:00.419] An error occurred while rendering the page.
PDF.js v0.8.49 (build: 369b81b)
Message: image is undefined
Stack: buildPaintImageXObject@resource://pdf.js/build/pdf.js:14408
PartialEvaluator_getOperatorList@resource://pdf.js/build/pdf.js:14595
Page_getOperatorList@resource://pdf.js/build/pdf.js:240
wphSetupRenderPage@resource://pdf.js/build/pdf.js:33785
messageHandlerComObjOnMessage@resource://pdf.js/build/pdf.js:33602
Priority: -- → P2
Whiteboard: [pdfjs-c-rendering]
Updated•12 years ago
|
Whiteboard: [pdfjs-c-rendering] → [pdfjs-c-rendering][pdfjs-f-fixed-upstream]https://github.com/mozilla/pdf.js/pull/3376
(In reply to krzysztof.glebowicz from comment #3)
> FF25.0a2 - pictures are rendering, but no text.
WFM with FF25+, text and images are displayed. Be sure Aurora is up-to-date.
(In reply to Loic from comment #4)
> WFM with FF25+, text and images are displayed. Be sure Aurora is up-to-date.
Aurora is up-to-date. I found in the viewer.css the following rule:
.textLayer > div {
color: transparent;
...
...
}
I unchecked line _color: transparent;_ in the developer tools and the text showed up.
Comment 6•11 years ago
|
||
The text is rendered correctly for me on Firefox24.
Reporter | ||
Comment 7•11 years ago
|
||
White page on Firefox 23.0.1-1 (Fedora 18)
firefox-23.0.1-5.fc19.x86_64
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Depends on: 888635
Resolution: --- → FIXED
Target Milestone: --- → Firefox 25
You need to log in
before you can comment on or make changes to this bug.
Description
•