Open
Bug 860377
Opened 12 years ago
Updated 2 years ago
Make 'R' and Shift+'R' rotate images clockwise and counter-clockwise
Categories
(Firefox :: General, defect)
Tracking
()
NEW
People
(Reporter: rcampbell, Unassigned)
Details
PDF.js rotates documents when pressing R or shift-R. Images should do the same.
Comment 1•12 years ago
|
||
This would be nice, even if nearly undiscoverable. The current image document code does add a keypress listener:
http://mxr.mozilla.org/mozilla-central/source/content/html/document/src/ImageDocument.cpp#355
but then never uses it:
http://mxr.mozilla.org/mozilla-central/source/content/html/document/src/ImageDocument.cpp#611
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•