[
https://issues.apache.org/jira/browse/FLEX-33928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13831641#comment-13831641
]
Maurice Amsellem commented on FLEX-33928:
-----------------------------------------
OK, could you delete the other comment.
thanks for the diagnosis.
When you say " although the TextInput appears focused, it has no blinking carat
and typing does nothing. With proxy debugging on, it looks like it is *NOT*
showing the proxy at this point".
Remember the proxy is the bitmap, and stageText is the real native editable
text, so it's the expected behavior that the proxy does not show.
This means that the real text is display (good) but you cannot type and the
blinking caret does not show, which means the stage text probbalby does not
have the focus (StageText focus is set by calling assignFocus).
The problem is that the blinking caret does not show, and the numeric type is
not taken into account.
I have tested your scenario on iPad: it works well, no issue. So this is really
an Android issue, that I cannot test nor debug :-(.
BTW, I have created a sub-task to this ticket to track this separate issue.
It"s https://issues.apache.org/jira/browse/FLEX-33928.
It's better that the comments are entered in the sub-task, until it's fixed.
> On android, numeric software does not work well
> -----------------------------------------------
>
> Key: FLEX-33928
> URL: https://issues.apache.org/jira/browse/FLEX-33928
> Project: Apache Flex
> Issue Type: Sub-task
> Components: .Unspecified - Mobile, Mobile: Text
> Reporter: Maurice Amsellem
> Priority: Minor
> Fix For: Apache Flex 4.8 (parity release), Apache Flex 4.9.0
>
>
> (Collins)
--
This message was sent by Atlassian JIRA
(v6.1#6144)