[webkit-reviews] review requested: [Bug 88807] Input elements with type=range do not have default touch handlers. : [Attachment 148371] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 26 08:49:03 PDT 2012


Kevin Ellis <kevers at chromium.org> has asked  for review:
Bug 88807: Input elements with type=range do not have default touch handlers.
https://bugs.webkit.org/show_bug.cgi?id=88807

Attachment 148371: Patch
https://bugs.webkit.org/attachment.cgi?id=148371&action=review

------- Additional Comments from Kevin Ellis <kevers at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=148371&action=review


>>> Source/WebCore/html/RangeInputType.cpp:146
>>> +	 if (event->type() == eventNames().touchendEvent)
>> 
>> should we also set default handled in this case?
> 
> good catch. This makes sense.

Done.


More information about the webkit-reviews mailing list