[Webkit-unassigned] [Bug 67681] New: The inner text value of an input element is not updated when input.value is set

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 6 15:54:17 PDT 2011


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

           Summary: The inner text value of an input element is not
                    updated when input.value is set
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Frames
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: darin at apple.com, ap at webkit.org, dglazkov at chromium.org,
                    tkent at chromium.org, zelidrag at chromium.org,
                    jhawkins at chromium.org


Created an attachment (id=106508)
 --> (https://bugs.webkit.org/attachment.cgi?id=106508&action=review)
DRT test

When HTMLInputElement::setValue, we don't reset m_suggestedValue until after updateInnerTextValue is called.  As a result, the inner text value is not updated to new value.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list