[Webkit-unassigned] [Bug 88631] [EFL][WK2] Add APIs to enable or disable the mouse event of the ewk_view.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jul 15 22:47:12 PDT 2012


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





--- Comment #25 from EunMi Lee <eunmi15.lee at samsung.com>  2012-07-15 22:47:12 PST ---
(In reply to comment #24)
> (From update of attachment 151012 [details])
> Is there a good reason to use a static variable instead of making it a per-view setting? a per-view setting would feel more consistent and would be more flexible (e.g. if you want to temporarily disable mouse events for the view during an operation).

I added static variable to enable/disable the mouse event before creating view, because the event callbacks are added when view is created.

Well, now that you mention it, I can enable/disable the mouse event per-view by adding and deleting the event callbacks.

I will try to modify like that.

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