[webkit-reviews] review canceled: [Bug 91832] [EFL][WK2] Implemented color chooser proxy and input picker interface : [Attachment 157372] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 17 04:03:48 PDT 2012


KwangYong Choi <ky0.choi at samsung.com> has canceled KwangYong Choi
<ky0.choi at samsung.com>'s request for review:
Bug 91832: [EFL][WK2] Implemented color chooser proxy and input picker
interface
https://bugs.webkit.org/show_bug.cgi?id=91832

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

------- Additional Comments from KwangYong Choi <ky0.choi at samsung.com>
Applied Gyuyoung mentioned.

I tried to add a test to test_ewk2_view.cpp.

<script>
function show()
{
    document.getElementById("color").click();
}
</script>

<body onload="show()">
<input type="color" id="color">
</body>

But, DOMActivateEvent does not create color chooser because user gesture is
missing. I think, an api to control user gesture is required to implement color
chooser test on EFL. It's not exist yet.

So, I wrote example code for this patch. I will attach it for reference.


More information about the webkit-reviews mailing list