[Webkit-unassigned] [Bug 150747] New: AX: Gesture Recognition during text editing is often blocked by WKContentView gesture recognition

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 30 19:07:36 PDT 2015


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

            Bug ID: 150747
           Summary: AX: Gesture Recognition during text editing is often
                    blocked by WKContentView gesture recognition
    Classification: Unclassified
           Product: WebKit
           Version: Safari 9
          Hardware: iOS
                OS: iOS 9.0
            Status: NEW
          Severity: Critical
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: onedge.disabler at gmail.com
                CC: webkit-bug-importer at group.apple.com

- During setup of text editing state the WKContentView's gesture recognizers are not properly configured with dependencies to gesture recognizers of UIWKTextInteractionAssistant.
- Area of recognition of WKContentView's gesture recognizers includes area of edited field as before editing.

This leads to next issues:

- When right after focusing text field perform a double-click on it's text, impossible to show loupe/menu on the cursor/move the cursor. To restore proper editing behavior, another text field should be focused.
- Races occur between WKContentView's long-press gesture recognizers and UIWKTextInteractionAssistant's loupe long press gesture recognizer. Often one of WKContentView's long-press recognizers catches touches prior to loupe recognizer.

Solution could be as follows:
WKContentView should reject for recognizers listed below touches which hit area of edited text field during it's editing, in (gestureRecognizer:shouldRecieveTouch:) delegate callback:
_highlightLongPressGestureRecognizer
_longPressGestureRecognizer
_doubleTapGestureRecognizer
_twoFingerDoubleTapGestureRecognizer

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151031/da28f1c1/attachment-0001.html>


More information about the webkit-unassigned mailing list