Bug 199851 - [iOS] Option + Up or Down Arrow key doesn’t move cursor past paragraph boundaries in WebKit2
Summary: [iOS] Option + Up or Down Arrow key doesn’t move cursor past paragraph bounda...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-07-16 21:01 PDT by Ryosuke Niwa
Modified: 2019-07-17 14:12 PDT (History)
4 users (show)

See Also:


Attachments
Fixes the bug (19.73 KB, patch)
2019-07-16 21:08 PDT, Ryosuke Niwa
no flags Details | Formatted Diff | Diff
Fixes the bug (18.58 KB, patch)
2019-07-16 21:09 PDT, Ryosuke Niwa
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.