Bug 163961

Summary: Web Inspector: Cmd-+ doesn't "zoom in" to increase text size in the Web Inspector
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web InspectorAssignee: Joseph Pecoraro <joepeck>
Status: RESOLVED FIXED    
Severity: Normal CC: bburg, commit-queue, joepeck, mattbaker, nvasilyev, timothy, vicki, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Proposed Fix none

Description Joseph Pecoraro 2016-10-25 12:02:34 PDT
Summary:
Cmd-+ doesn't "zoom in" to increase text size in the Web Inspector

Steps to Reproduce:
1. Inspect this page
2. Shift-Cmd-Plus / Shift-Cmd-Minus
  => Expected zoom-in/zoom-out and nothing happened

Notes:
Safari supports:

    Cmd-Plus (really this is Cmd-Equals)
    Cmd-Minus (really this is Cmd-Minus)
    Shift-Cmd-Plus (really this is Cmd-Plus)
    Shift-Cmd-Minus (really this is Cmd-Underscore)

We just need to add the Shift variants!
Comment 1 Joseph Pecoraro 2016-10-25 12:02:43 PDT
<rdar://problem/28895308>
Comment 2 Joseph Pecoraro 2016-10-25 12:03:41 PDT
Created attachment 292796 [details]
[PATCH] Proposed Fix
Comment 3 BJ Burg 2016-10-25 12:48:44 PDT
Comment on attachment 292796 [details]
[PATCH] Proposed Fix

r=me
Comment 4 WebKit Commit Bot 2016-10-25 15:29:55 PDT
Comment on attachment 292796 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 292796

Committed r207850: <http://trac.webkit.org/changeset/207850>
Comment 5 WebKit Commit Bot 2016-10-25 15:29:59 PDT
All reviewed patches have been landed.  Closing bug.