[Webkit-unassigned] [Bug 226091] New: Cursor disappears when moved across contenteditable="false" inside contenteditable="true"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 21 09:51:29 PDT 2021


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

            Bug ID: 226091
           Summary: Cursor disappears when moved across
                    contenteditable="false" inside contenteditable="true"
           Product: WebKit
           Version: Safari 14
          Hardware: iPhone / iPad
                OS: iOS 14
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: calum.p.m.smith at gmail.com
                CC: wenson_hsieh at apple.com

Created attachment 429300

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

Video demonstrating cursor disappearing/changing behaviour

On iOS Safari, when a `contenteditable="true"` element is focused, and it contains an element with `contenteditable="false"`, moving the cursor across the un-editable region causes the cursor to disappear and become difficult/impossible to use. This is true for both methods of moving the cursor (that I know of) on iOS: touch-and-holding on the spacebar, then dragging, and dragging the cursor manually, though they have slightly different results.

A reproduction is available here: https://ios-cursor-contenteditable-false.glitch.me/

-- 
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/20210521/7e25aff6/attachment-0001.htm>


More information about the webkit-unassigned mailing list