[Webkit-unassigned] [Bug 64786] The value of a number input form continues to increase/decrease even if we disable the input form.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 19 05:07:52 PDT 2011


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





--- Comment #8 from Kentaro Hara <haraken at google.com>  2011-07-19 05:07:52 PST ---
(From update of attachment 101288)
View in context: https://bugs.webkit.org/attachment.cgi?id=101288&action=review

>>> Source/WebCore/html/HTMLInputElement.cpp:795
>>> +        m_inputType->readonlyAttributeChanged();
>> 
>> This will make some regressions because HTMLFormControlElement::parseMappedAttribute() won't be called for disabled and readonly.
> 
> Removed this method, going away this issue.

Added "HTMLTextFormControlElement::parseMappedAttribute(attr)" here.

>>> Source/WebCore/html/TextFieldInputType.cpp:248
>>> +    m_innerSpinButton->stopRepeating();
>> 
>> m_innerSpinButton can be NULL.
> 
> Removed this method, going away this issue.

Added "if(m_innerSpinButton)" here.

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