Select to view content in your preferred language

Mobile Flex: Attribute Inspctor Text Bleed Through Issue

2109
2
Jump to solution
08-29-2013 02:49 PM
by Anonymous User
Not applicable
Original User: webmapsolutions

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?

Thanks

--Matt
0 Kudos
1 Solution

Accepted Solutions
by Anonymous User
Not applicable
Original User: nasha001

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

View solution in original post

0 Kudos
2 Replies
by Anonymous User
Not applicable
Original User: nasha001

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
0 Kudos
by Anonymous User
Not applicable
Original User: webmapsolutions

That did it. Thanks Aaron.
0 Kudos