edje_edit: remove useless pointer grab as it conflicts with elementary combobox
authorVitalii Vorobiov <vi.vorobiov@samsung.com>
Thu, 30 Jun 2016 09:08:46 +0000 (12:08 +0300)
committerVitalii Vorobiov <vi.vorobiov@samsung.com>
Thu, 30 Jun 2016 09:08:46 +0000 (12:08 +0300)
commit9a2ad5468147008d13ca712119c878b76d8fce79
tree93e36dc9f7ef92545a34350e342983fc0964d898
parentee36fdc2183a3de9569cac5ae74c0fb30d3d76db
edje_edit: remove useless pointer grab as it conflicts with elementary combobox

Summary:
So currently having an issue related to clip_to function from
EdjeEdit API. I am not sure about how and why combobox use pointer grabbing
(just started to use it) but when setting NULL into clip_to of edje edit it
suddenly block entire screen away from mouse. Only when point is moved out of
window and back, only then it will be able to access widgets again.

Take a look at video and maybe try example to reproduce problem

I am not sure if deleting those functions from edje_edit is actually right
decision. But it will fix the problem of course.

Test Plan: See attached video and examples in attached files

Reviewers: NikaWhite, reutskiy.v.v, Hermet, cedric, raster

Subscribers: jpeg

Differential Revision: https://phab.enlightenment.org/D4081
src/lib/edje/edje_edit.c