Hi there,
I'm trying to work through a weird problem I'm seeing after upgrading to NGUI 3.0.x - I am programmatically showing/hiding/activating a text field on my UI. If I do so after interacting with another UI object, that UI object will receive a drag event. It's happening in UICamera:line 1368...
I'm assuming that this is occurring because I'm not activating the text field properly. Could someone help me understand where I might be going wrong?