[Webkit-unassigned] [Bug 280950] New: [iOS] Tapping at the start of RTL text in bidi text selects the visual end (logical start) of the text

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Oct 6 17:59:19 PDT 2024


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

            Bug ID: 280950
           Summary: [iOS] Tapping at the start of RTL text in bidi text
                    selects the visual end (logical start) of the text
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: wenson_hsieh at apple.com
                CC: wenson_hsieh at apple.com

Created attachment 472837

  --> https://bugs.webkit.org/attachment.cgi?id=472837&action=review

Simple repro

Seems to be a long-standing issue. To reproduce:

1. On iOS, open the attached test case.
2. Focus the editable text and try to place the selection right before "w" in "world".

Expected: selection should be set to before "w"
Observed: selection is placed after the "d" (i.e. at the start of the RTL text)

This behavior is iOS-specific — clicking before "w" on macOS sets the selection before "w", as I'd expect.

-- 
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/20241007/d075209e/attachment.htm>


More information about the webkit-unassigned mailing list