[Webkit-unassigned] [Bug 92230] New: [Forms] Move HTMLInputElement::updateInnerTextValue to InputType class

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 25 01:34:34 PDT 2012


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

           Summary: [Forms] Move HTMLInputElement::updateInnerTextValue to
                    InputType class
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: yosin at chromium.org
            Blocks: 88970


To implement, multiple field time input UI, we need to tell TimeInputType about changing value. This can be done by making HTMLInputElement::updateInnerTextValue() to call InputType::updateInnerValue().

Here is list of call site of updateInnerTextValue()
 - DateInputValue::handleBlurEvent()
 - HTMLInputElement::copyNonAttributePropertiesFromElement()
 - HTMLInputElement::parseAttribute() -- for changing value via setAttribute()
 - HTMLInputElement::setSuggestedValue()
 - HTMLInputElement::updateType()
 - NumberInputType::handleBlurEvent()
 - TextFieldInputType::setValue()

-- 
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