[Webkit-unassigned] [Bug 91832] [EFL][WK2] Implemented color chooser proxy and input picker interface

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


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


KwangYong Choi <ky0.choi at samsung.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #157372|0                           |1
        is obsolete|                            |
 Attachment #157372|review?                     |
               Flag|                            |
 Attachment #159079|                            |review?
               Flag|                            |




--- Comment #35 from KwangYong Choi <ky0.choi at samsung.com>  2012-08-17 04:04:22 PST ---
Created an attachment (id=159079)
 --> (https://bugs.webkit.org/attachment.cgi?id=159079&action=review)
Patch

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.

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