Re: [E-devel] [EGIT] [core/elementary] master 01/01: elm button theme - ensure only event part gets events

2013-10-27 Thread daniel.za...@samsung.com
On 10/27/2013 02:51 PM, Carsten Haitzler (The Rasterman) wrote: > On Sun, 27 Oct 2013 13:45:13 +0200 "daniel.za...@samsung.com" > said: > >> I think I found the issue. In my test, I have two buttons. The first one >> is a drop target and works well. The second one is not a drop target and >> dropp

Re: [E-devel] [EGIT] [core/elementary] master 01/01: elm button theme - ensure only event part gets events

2013-10-27 Thread The Rasterman
On Sun, 27 Oct 2013 13:45:13 +0200 "daniel.za...@samsung.com" said: > I think I found the issue. In my test, I have two buttons. The first one > is a drop target and works well. The second one is not a drop target and > dropping on it is supposed to drop into the box. Now, the button is > disa

Re: [E-devel] [EGIT] [core/elementary] master 01/01: elm button theme - ensure only event part gets events

2013-10-27 Thread daniel.za...@samsung.com
I think I found the issue. In my test, I have two buttons. The first one is a drop target and works well. The second one is not a drop target and dropping on it is supposed to drop into the box. Now, the button is disabled and it seems that evas_tree_objects_at_xy_get doesn't return one of its

Re: [E-devel] [EGIT] [core/elementary] master 01/01: elm button theme - ensure only event part gets events

2013-10-27 Thread The Rasterman
On Sun, 27 Oct 2013 11:56:42 +0200 "daniel.za...@samsung.com" said: > Yo Master, > > Just to inform you that this commit broke my DnD overlapping test. It is > supposed to support dropping into boxes but now, box is no more found as > a target. I suppose it is related to the repeat_events. > I

Re: [E-devel] [EGIT] [core/elementary] master 01/01: elm button theme - ensure only event part gets events

2013-10-27 Thread daniel.za...@samsung.com
Yo Master, Just to inform you that this commit broke my DnD overlapping test. It is supposed to support dropping into boxes but now, box is no more found as a target. I suppose it is related to the repeat_events. I will try to give you more inputs later. Your JackZ. On 10/25/2013 04:01 PM, Car