Bug 160267 - [Mac] Web Inspector: CodeMirror-based editor bindings for Home and End don't match system behavior
Summary: [Mac] Web Inspector: CodeMirror-based editor bindings for Home and End don't ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Joseph Pecoraro
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2016-07-27 14:04 PDT by BJ Burg
Modified: 2016-07-27 16:37 PDT (History)
8 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (1.91 KB, patch)
2016-07-27 16:10 PDT, Joseph Pecoraro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description BJ Burg 2016-07-27 14:04:18 PDT
Requested by smfr.

- Home should scroll to document start.
- End should scroll to document end.
- Control-{left, right} should go to intraword boundaries.
Comment 1 Radar WebKit Bug Importer 2016-07-27 14:04:56 PDT
<rdar://problem/27575553>
Comment 2 Joseph Pecoraro 2016-07-27 16:07:37 PDT
Home and End are easy enough to handle. Control-arrow will likely be more involved. Lets handle Home and End now.
Comment 3 Joseph Pecoraro 2016-07-27 16:10:32 PDT
Created attachment 284740 [details]
[PATCH] Proposed Fix
Comment 4 BJ Burg 2016-07-27 16:16:00 PDT
Comment on attachment 284740 [details]
[PATCH] Proposed Fix

r=me. Very neat!
Comment 5 WebKit Commit Bot 2016-07-27 16:37:17 PDT
Comment on attachment 284740 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 284740

Committed r203804: <http://trac.webkit.org/changeset/203804>
Comment 6 WebKit Commit Bot 2016-07-27 16:37:22 PDT
All reviewed patches have been landed.  Closing bug.