RESOLVED FIXED 160267
[Mac] Web Inspector: CodeMirror-based editor bindings for Home and End don't match system behavior
https://bugs.webkit.org/show_bug.cgi?id=160267
Summary [Mac] Web Inspector: CodeMirror-based editor bindings for Home and End don't ...
Blaze Burg
Reported 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.
Attachments
[PATCH] Proposed Fix (1.91 KB, patch)
2016-07-27 16:10 PDT, Joseph Pecoraro
no flags
Radar WebKit Bug Importer
Comment 1 2016-07-27 14:04:56 PDT
Joseph Pecoraro
Comment 2 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.
Joseph Pecoraro
Comment 3 2016-07-27 16:10:32 PDT
Created attachment 284740 [details] [PATCH] Proposed Fix
Blaze Burg
Comment 4 2016-07-27 16:16:00 PDT
Comment on attachment 284740 [details] [PATCH] Proposed Fix r=me. Very neat!
WebKit Commit Bot
Comment 5 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>
WebKit Commit Bot
Comment 6 2016-07-27 16:37:22 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.