[Webkit-unassigned] [Bug 51897] Escape should clear search field

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 14 20:34:38 PDT 2011


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





--- Comment #10 from Kentaro Hara <haraken at google.com>  2011-07-14 20:34:38 PST ---
(From update of attachment 100667)
View in context: https://bugs.webkit.org/attachment.cgi?id=100667&action=review

>>> Source/WebCore/html/SearchInputType.cpp:110
>>> +        input->onSearch();
>> 
>> setValueForUser() dispatches 'change' event and a JavaScript handler can delete 'input'.
>> You need to use RefPtr<HTMLInputElement>.
> 
> OK. I will fix it in the next patch.

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