Bug 199851

Summary: [iOS] Option + Up or Down Arrow key doesn’t move cursor past paragraph boundaries in WebKit2
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: HTML EditingAssignee: Ryosuke Niwa <rniwa>
Status: RESOLVED FIXED    
Severity: Normal CC: bdakin, megan_gardner, webkit-bug-importer, wenson_hsieh
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Fixes the bug
none
Fixes the bug none

Description Ryosuke Niwa 2019-07-16 21:01:58 PDT
Option + Up and Option + Down do not move the caret or extend the selection beyond the current line.

<rdar://problem/51404312>
Comment 1 Ryosuke Niwa 2019-07-16 21:08:51 PDT
Created attachment 374276 [details]
Fixes the bug
Comment 2 Ryosuke Niwa 2019-07-16 21:09:44 PDT
Created attachment 374277 [details]
Fixes the bug
Comment 3 Ryosuke Niwa 2019-07-17 11:23:40 PDT
Comment on attachment 374277 [details]
Fixes the bug

Clearing flags on attachment: 374277

Committed r247524: <https://trac.webkit.org/changeset/247524>
Comment 4 Ryosuke Niwa 2019-07-17 11:23:41 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Radar WebKit Bug Importer 2019-07-17 11:24:15 PDT
<rdar://problem/53212341>
Comment 6 Ryosuke Niwa 2019-07-17 14:12:03 PDT
Removed the superfluous header file for the test in https://trac.webkit.org/changeset/247536.