[Webkit-unassigned] [Bug 190566] New: [iOS] Pressing forward delete key in text field does nothing and we should not invoke an editor action when forward delete is pressed outside a text field

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Oct 14 15:29:38 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=190566

            Bug ID: 190566
           Summary: [iOS] Pressing forward delete key in text field does
                    nothing and we should not invoke an editor action when
                    forward delete is pressed outside a text field
           Product: WebKit
           Version: WebKit Local Build
          Hardware: iPhone / iPad
                OS: iOS 12
            Status: NEW
          Keywords: PlatformOnly
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: dbates at webkit.org
                CC: wenson_hsieh at apple.com

Pressing the forward delete key in a text field does nothing on iOS. This is because in both Webkit Legacy and Modern WebKit we look expect the character string of the WebEvent for the forward delete key to be the character 0xF728. It isn’t. Once we fix that we should also ensure that we only perform a forward deletion when inside an editable field as it is not meaningful to perform a forward deletion when not focused in a text field.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20181014/83a0e5f7/attachment.html>


More information about the webkit-unassigned mailing list