[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
Wed Jul 20 02:19:50 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=64786
Kentaro Hara <haraken at google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #101426|1 |0
is obsolete| |
--- Comment #20 from Kentaro Hara <haraken at google.com> 2011-07-20 02:19:50 PST ---
(From update of attachment 101426)
View in context: https://bugs.webkit.org/attachment.cgi?id=101426&action=review
>> Source/WebCore/html/TextFieldInputType.cpp:244
>> + static_cast<SpinButtonElement*>(innerSpinButtonElement())->releaseCapture();
>
> We can avoid static_cast by changing the type of m_innerSpinButton from RefPtr<HTMLElement> to RefPtr<SpinButtonElement>.
Done.
>> Source/WebCore/html/TextFieldInputType.cpp:250
>> + static_cast<SpinButtonElement*>(innerSpinButtonElement())->releaseCapture();
>
> ditto.
Done.
--
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