[
https://issues.apache.org/jira/browse/FLEX-33339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13581197#comment-13581197
]
Jérémy Reynaud commented on FLEX-33339:
---------------------------------------
I am unable to reproduce it anymore.
I experienced it on a fresh Apache FLEX SDK 4.9 installation (done with the
installer). No reboot was done when I tested, maybe it was the source of the
problem?
Anyway I find a test project where the problem occurs.
This project contains an useless declaration (in the main mxml application file
- default.css file doesn't exist in the project):
<fx:Style source="defaults.css" />
This declaration has no impact on FLEX 4.6 / AIR 3.1 but it breaks mobile
scrolling on FLEX 4.9 / AIR 3.4
> List for mobile ios and android no longer scrolls
> -------------------------------------------------
>
> Key: FLEX-33339
> URL: https://issues.apache.org/jira/browse/FLEX-33339
> Project: Apache Flex
> Issue Type: Bug
> Components: Mobile: List
> Affects Versions: Apache Flex 4.8 (parity release)
> Environment: All devices
> Reporter: Leng Sheng Hong
> Priority: Critical
>
> when using mxml as following:
> <s:VGroup width="100%" height="100%" includeIn="version">
> <s:Button id="btnFull" label="Without header"
> click="btnFull_clickHandler(event)"/>
> <s:List id="versionList" width="100%" height="100%"
> fontSize="32" color="0x000000" labelField="label"
> change="versionList_changeHandler(event)">
> </s:List>
> </s:VGroup>
> the List shows all the item renderer on screen, on touch shows a scrollbar,
> but it doesn't react to touch scrolling. It will just dispatch change event
> on the 1st item touch. No more scrolling on mobile list.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira