Re: [10] Review request for 8139050 -[AWTView draggingEnded:]: unrecognized selector message during drag and drop

2017-07-27 Thread Alexander Zvegintsev
Looks good to me. Thanks, Alexander. On 21/07/2017 04:02, Sergey Bylokhov wrote: Hello. We got a response from the previous maintainer of this code, that it was implemented long time ago, and works probably because of a different class hierarchy. Currently the code works in this way: [super

Re: [10] Review request for 8139050 -[AWTView draggingEnded:]: unrecognized selector message during drag and drop

2017-07-20 Thread Sergey Bylokhov
Hello. We got a response from the previous maintainer of this code, that it was implemented long time ago, and works probably because of a different class hierarchy. Currently the code works in this way: [super respondsToSelector:@selector(draggingEntered:)] "It goes to the superclass, gets th