[ 
https://issues.apache.org/jira/browse/FLEX-33166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Maurice Amsellem updated FLEX-33166:
------------------------------------

    Comment: was deleted

(was: 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.


)

> Mobile TextInput with native StageTextInput cannot be included in scrollable 
> forms 
> -----------------------------------------------------------------------------------
>
>                 Key: FLEX-33166
>                 URL: https://issues.apache.org/jira/browse/FLEX-33166
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: .Unspecified - Mobile, Mobile: Text
>    Affects Versions: Adobe Flex SDK 4.6 (Release)
>         Environment: All IOS
>            Reporter: Dan Murray
>            Assignee: Maurice Amsellem
>              Labels: features, mobileTextInput
>             Fix For: Apache Flex 4.8 (parity release), Apache Flex 4.9.0
>
>         Attachments: MultiFocusBug.PNG, TextInputTest.zip
>
>   Original Estimate: 612h
>          Time Spent: 96h
>  Remaining Estimate: 48h
>
> We should be able to configure a text field which only accepts numerical 
> input to call up the numeric pad. However, the skinclasses for the textfield 
> that can call up the number pad will not scroll--If you try to use the 
> skinclass that can call the softkey number pad in a scrollable container, the 
> textfield scrolls away from its text.



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to