You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Maurice Amsellem (JIRA)" <ji...@apache.org> on 2013/11/18 01:21:22 UTC

[jira] [Comment Edited] (FLEX-33166) Mobile TextInput with native StageTextInput cannot be included in scrollable forms

    [ https://issues.apache.org/jira/browse/FLEX-33166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13825002#comment-13825002 ] 

Maurice Amsellem edited comment on FLEX-33166 at 11/18/13 12:19 AM:
--------------------------------------------------------------------

Tentative fix Committed to: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/48169122.
Tested on iPad 2 / 3.
Not tested on Android

The fix will be available on the next nightly build.
Will you be so kind to test it in your applications, especially on Android devices.

Instructions:
The default skins for mobile TextInput and TextArea are now:
TextInput skinClass:  spark.skins.mobile.ScrollingStageTextInputSkin
TextArea skinClass: spark.skins.mobile.ScrollingStageTextAreaSkin

If you don't set any skinClass, it will use these skins

New behavior:
Now TextInput and TextArea can be embedded in scrolling forms, and will scroll smoothly inside the form.

There is still an outstanding issue when the TextInput is partly occluded while being edited



was (Author: mamsellem):
Tentative fix Committed to: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/48169122.
Tested on iPad 2 / 3.
Not tested on Android

> 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
>    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
>
>   Original Estimate: 612h
>  Remaining Estimate: 612h
>
> 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)