Closed
Bug 718133
Opened 13 years ago
Closed 13 years ago
Remove keyboard shortcuts for zooming to 1:1 scale when viewing standalone images
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect)
Core
Layout: Images, Video, and HTML Frames
Tracking
()
RESOLVED
FIXED
mozilla12
People
(Reporter: jaws, Assigned: diogogmt)
Details
(Whiteboard: [mentor=jwein][lang=c++])
Attachments
(1 file, 1 obsolete file)
1.46 KB,
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
There exists two keyboard shortcuts, shift+plus and minus, to scale a shrink-to-fit image to 1:1 scale and back. These shortcuts are extremely hidden and exist at a cost of maintainability to ImageDocument.
We should just remove these shortcuts, since users can already do ctrl+plus and ctrl+minus to zoom in and out of the image.
Reporter | ||
Updated•13 years ago
|
Whiteboard: [mentor=jwein][lang=c++]
Assignee | ||
Comment 1•13 years ago
|
||
Reporter | ||
Comment 2•13 years ago
|
||
Comment on attachment 588586 [details] [diff] [review]
Removed shortchut Shift+plus/minus for zooming image to 1:1 scale
Review of attachment 588586 [details] [diff] [review]:
-----------------------------------------------------------------
Thanks Diogo! I've passed the patch on to review from Robert O'Callahan. Can you also follow the steps in Marco's blog post and update your patch to have a user line as well as a summary?
Attachment #588586 -
Flags: review?(roc)
Attachment #588586 -
Flags: feedback+
Assignee | ||
Comment 3•13 years ago
|
||
Attachment #588586 -
Attachment is obsolete: true
Attachment #588586 -
Flags: review?(roc)
Attachment #588597 -
Flags: review+
Reporter | ||
Comment 4•13 years ago
|
||
https://hg.mozilla.org/integration/fx-team/rev/2cba23414a5c
Congratulations on your first patch Diogo!
Whiteboard: [mentor=jwein][lang=c++] → [mentor=jwein][lang=c++][fixed-in-fx-team]
Comment 5•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Whiteboard: [mentor=jwein][lang=c++][fixed-in-fx-team] → [mentor=jwein][lang=c++]
Target Milestone: --- → mozilla12
Assignee | ||
Comment 6•13 years ago
|
||
(In reply to Jared Wein [:jwein and :jaws] from comment #4)
> https://hg.mozilla.org/integration/fx-team/rev/2cba23414a5c
>
> Congratulations on your first patch Diogo!
Thanks a lot for the help Jared :)
Updated•6 years ago
|
Product: Core → Core Graveyard
Updated•6 years ago
|
Product: Core Graveyard → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•