[Webkit-unassigned] [Bug 196402] New: Get rid of HTMLInputElement::setEditingValue

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 29 11:54:26 PDT 2019


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

            Bug ID: 196402
           Summary: Get rid of HTMLInputElement::setEditingValue
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Forms
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mcatanzaro at igalia.com
                CC: bugs-noreply at webkitgtk.org, cdumez at apple.com,
                    wenson_hsieh at apple.com, zalan at apple.com

HTMLInputElement::setEditingValue is only used for Epiphany password autofill. We did it this way because that's what Chrome uses for autofill, but Apple uses HTMLInputElement::setValueForUser. Let's switch to that instead, then we can get rid of setEditingValue.

This fixes logging into ting.com after username and password are autofilled by Epiphany. Before this change, the login would fail unless you first manually edit either the username or the password field.

-- 
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/20190329/b561415d/attachment.html>


More information about the webkit-unassigned mailing list