Closed
Bug 738524
Opened 13 years ago
Closed 13 years ago
Override Firefox page zoom in/out so that pdf text gets re-scaled when needed.
Categories
(Firefox :: PDF Viewer, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: smaug, Unassigned)
Details
(Whiteboard: [pdfjs-c-ux])
Currently zooming in using ctrl++ or ctrl+mousewheel makes the
text to look ugly. pdf.js could override FF's normal zoom in/out and
apply the zoom level to pdf area only.
Comment 1•13 years ago
|
||
Also currently zooming in using ctrl++ or ctrl+mousewheel also magnify the GUI of the PDF Viewer which is weird
Comment 2•13 years ago
|
||
(In reply to Olli Pettay [:smaug] from comment #0)
> Currently zooming in using ctrl++ or ctrl+mousewheel makes the
> text to look ugly.
What's the expected usability for this? Should performing a zoom-action zoom the entire page if the user doesn't checked View->Zoom->"Zoom Text Only" or just the pages of the PDF Viewer (= change the zoom level on top).
> pdf.js could override FF's normal zoom in/out and
> apply the zoom level to pdf area only.
Is there some zoom-event we can hook into? How would you overwrite the zoom in/out?
Comment 3•13 years ago
|
||
(In reply to Julian Viereck from comment #2)
> (In reply to Olli Pettay [:smaug] from comment #0)
> > Currently zooming in using ctrl++ or ctrl+mousewheel makes the
> > text to look ugly.
>
> What's the expected usability for this? Should performing a zoom-action zoom
> the entire page if the user doesn't checked View->Zoom->"Zoom Text Only" or
> just the pages of the PDF Viewer (= change the zoom level on top).
It should zoom the zoom level of the PDF FIle, since this is the content.
Comment 4•13 years ago
|
||
Tracking issue on Github:
https://github.com/mozilla/pdf.js/issues/1800
Updated•13 years ago
|
Whiteboard: [pdfjs-c-ux]
Comment 5•13 years ago
|
||
In the latest nightly (18.0a 2012-09-26) this is solved for me.
Comment 6•13 years ago
|
||
Definitely the UI should not be zoomed. And also the result should not be blurry. Or no more blurry than without zoom.
Comment 7•13 years ago
|
||
WFM With latest Nightly (21.0a1, 20130206) and Beta (19.0 beta 5).
:smaug, do you still have this issue?
Flags: needinfo?(bugs)
| Reporter | ||
Comment 8•13 years ago
|
||
Seems to work now.
Status: NEW → RESOLVED
Closed: 13 years ago
Flags: needinfo?(bugs)
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•