[Webkit-unassigned] [Bug 131642] New: [iOS] WebEditorClient::textDidChangeInTextField always thinks that the change is not caused by user typing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 14 15:34:01 PDT 2014


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

           Summary: [iOS] WebEditorClient::textDidChangeInTextField always
                    thinks that the change is not caused by user typing
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit API
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mitz at webkit.org
                CC: sam at webkit.org, rniwa at webkit.org, enrica at apple.com


The way text input is handled in the iOS port makes it so that by the time WebEditorClient::textDidChangeInTextField is called, UserTypingGestureIndicator::processingUserTypingGesture() is already returning false. For this reason, the WebKit1 implementation of this client function disables the user-gesture check when targeting iOS.

We should fix handling of typing on iOS so that the client function can distinguish between programmatic changes and user-typing-initiated changes.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list