We have an issue with the Attribute Inspector on mobile. With drop downs (domains) we are finding if the drop down list covers a textbox that the text bleeds through the list. The attachments show the before and after states. Wondered if somebody might have a good suggestion for a fix?
I think this problem was presented in flex 4.6 when they changed the default skin for TextInput to StyleableStageText. StageText is always drawn above the flash display list which would cause your issue. I am assuming you are using CSS, if so change your skin class on your textinput to spark.skins.mobile.TextInputSkin
I think this problem was presented in flex 4.6 when they changed the default skin for TextInput to StyleableStageText. StageText is always drawn above the flash display list which would cause your issue. I am assuming you are using CSS, if so change your skin class on your textinput to spark.skins.mobile.TextInputSkin