Bug 169299 - iOS: Tapping below the bottom of the body of an editable view doesn't focus the view
Summary: iOS: Tapping below the bottom of the body of an editable view doesn't focus t...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-07 12:31 PST by Tim Horton
Modified: 2017-03-07 12:31 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Horton 2017-03-07 12:31:10 PST
Steps to Reproduce:

1. Editable WKWebView, with some text.
2. Tap below the extent of the body, but inside the view.

Expected: View should focus, insertion point should be at the end.
Actual: First responder doesn't change.