Re: [flexcoders] windows 8 store app onscreen keyboard invoking

2012-09-18 Thread Alex Harui
Spark or MX? If Spark, then maybe they can’t handle non-TextFields getting focus? On 9/17/12 8:33 AM, Wouter Schreuders wschreud...@gmail.com wrote: Hi All I'm busy testing our application in the windows 8 store app browser and I've noticed that the keyboard automatically appears when

Re: [flexcoders] windows 8 store app onscreen keyboard invoking

2012-09-18 Thread Wouter Schreuders
Hi Alex The problem occurs with the spark RichEditableText therefore also textInput (not for MX:textInput). I set up a little test inside of windows 8 metro where traced out all the events for both a normal textInput and a textInput with displayAsPassword=true and they are firing identical

Re: [flexcoders] windows 8 store app onscreen keyboard invoking

2012-09-18 Thread Alex Harui
I would break it down to an AS-only test where you set focus to a Sprite and see if you get the keyboard. Which version of player are you using? Is metro officially supported? On 9/18/12 1:11 PM, Wouter Schreuders wschreud...@gmail.com wrote: Hi Alex The problem occurs with the spark