[Webkit-unassigned] [Bug 214434] New: should be able to send keyboard events to `<input readonly>` with a software keyboard

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 16 17:15:14 PDT 2020


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

            Bug ID: 214434
           Summary: should be able to send keyboard events to `<input
                    readonly>` with a software keyboard
           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: drousso at apple.com
                CC: wenson_hsieh at apple.com

`readonly` only means that the `value` is *not* modified when attempting to the edit the `<input>`.  `KeyboardEvent` can still be dispatched from an `<input readonly>`, and it can also be focusable.

-- 
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/20200717/5f191e65/attachment.htm>


More information about the webkit-unassigned mailing list