Re: DragEvent.clientY

2018-12-21 Thread Harbs
uvH3OZIDJ4BPnVFVZzNk0xgUfOO4yt33sUHs%2BP2WQqY%3Dreserved=0 >>> >>> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fblob%2Ff6733066124309c61fb054b10439cc3551ddfaed%2Fframeworks%2Fprojects%2FDragDrop%2Fsrc%2Fmain%2Froyale%2Forg%2Fapache%2Froyale%2Fhtml%2Fbe

Re: DragEvent.clientY

2018-12-21 Thread Alex Harui
b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809751855302637sdata=uvH3OZIDJ4BPnVFVZzNk0xgUfOO4yt33sUHs%2BP2WQqY%3Dreserved=0 >> >> >> >> >> From: Yishay Weiss >> Sent: Thursday, December 20, 2018 3:40:18

Re: DragEvent.clientY

2018-12-20 Thread Harbs
m%7Cb256f79f5e02413ec5f208d666b0ac3b%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809306326176299sdata=4K1REyL0gm%2Br5pApE2Ysfb8j%2Bpvzz%2F%2BpXBgrVqYTUGE%3Dreserved=0 >> >> >> >> >> From: Yishay Weiss >> Sent: Th

Re: DragEvent.clientY

2018-12-20 Thread Alex Harui
4438794aed2c178decee1%7C0%7C0%7C636809306326176299sdata=4K1REyL0gm%2Br5pApE2Ysfb8j%2Bpvzz%2F%2BpXBgrVqYTUGE%3Dreserved=0 > > > > >From: Yishay Weiss >Sent: Thursday, December 20, 2018 3:40:18 PM >To: dev@royale

Re: DragEvent.clientY

2018-12-20 Thread Harbs
7C01%7Caharui%40adobe.com%7C7ce6f50b02f6488dd29508d66681d291%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809105101243093sdata=6hHORoj6%2ByVaFKzZqy7KqmoX1MGTgcdgowx9YRKnU60%3Dreserved=0 > > > > >From: Yishay Weiss >Sent: Thursday, Decemb

Re: DragEvent.clientY

2018-12-20 Thread Alex Harui
3:40:18 PM To: dev@royale.apache.org Subject: RE: DragEvent.clientY The only place [1] in Flex code I see a similar logic is in DragProxy, where a change of targets transforms the localX/Y values. But I was referring to clientX/Y which should not depend on the ta

RE: DragEvent.clientY

2018-12-20 Thread Yishay Weiss
: DragEvent.clientY The only place [1] in Flex code I see a similar logic is in DragProxy, where a change of targets transforms the localX/Y values. But I was referring to clientX/Y which should not depend on the target. As I understand [2] it, is just the position of the pointer in the browser window

RE: DragEvent.clientY

2018-12-20 Thread Yishay Weiss
: Re: DragEvent.clientY I suggest looking at the Flex code. Some of this may have been ported without considering whether it is truly needed or not. The key factor to consider is the event target and who is consuming the event. IIRC, in Flex, the event target could be something other than

Re: DragEvent.clientY

2018-12-19 Thread Alex Harui
I suggest looking at the Flex code. Some of this may have been ported without considering whether it is truly needed or not. The key factor to consider is the event target and who is consuming the event. IIRC, in Flex, the event target could be something other than the source or destination