Alex, I've investigated some more (and will continue in the coming hours, hopefully not too long ;-)) but it seems the issue is *NOT* related to spark textinput (as the title of this thread now incorrectly states). I have added a button next to the textinput and I'm not able to click that button either. So I am now going to investigate why the mouse events are not triggered on these components inside the custom skin
Also a mouseDown handler on the skin itself: <?xml version="1.0" encoding="utf-8"?> <s:Skin xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" creationComplete="skin_creationCompleteHandler(event)" mouseChildren="true" mouseDown="skin1_mouseDownHandler(event)" Is not triggering the event handler .. Any pointers are greatly appreciated. I'll let you know what I find more On Wed, Jul 6, 2016 at 9:34 AM, Fréderic Cox <coxfrede...@gmail.com> wrote: > Clicking into it does not work. Not able to input any text after clicking > into it because no focus is assigned after clicking > > Verstuurd vanaf mijn iPhone > > > Op 6 jul. 2016 om 07:02 heeft Alex Harui <aha...@adobe.com> het > volgende geschreven: > > > > > > > >> On 7/5/16, 2:14 PM, "Fréderic Cox" <coxfrede...@gmail.com> wrote: > >> > >> Hi, > >> > >> I have an existing application (mobile+desktop) that was using Flex 4.10 > >> with AIR 3.8. I decided to upgrade it to 4.15 and AIR20 but noticed a > bug > >> now. I have a custom skin that contains a TextInput, I am not able to > >> focus > >> into the textinput anymore. > > > > Do you mean that clicking into it doesn't work, or programattically > > assigning focus doesn't work or both or something else? > > > > Thanks, > > -Alex > > >