[
https://issues.apache.org/jira/browse/FLEX-11276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13652534#comment-13652534
]
Mark Kessler commented on FLEX-11276:
-------------------------------------
Using modified test application below was able to reproduce bug. Test
application has had everything changed out to spark except for the mx:Panel.
Focus changes between the TextInputs does not cause the panel scroll bar to
move to the highlighted TextInput.
<?xml version="1.0" encoding="utf-8"?>
<!---
Test application
-->
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx">
<s:layout>
<s:VerticalLayout horizontalAlign="center" verticalAlign="middle"
gap="0" />
</s:layout>
<mx:Panel width="289" height="166">
<s:Form width="100%" height="100%">
<s:FormItem label="Label">
<s:TextInput/>
</s:FormItem>
<s:FormItem label="Label">
<s:TextInput/>
</s:FormItem>
<s:FormItem label="Label">
<s:TextInput/>
</s:FormItem>
<s:FormItem label="Label">
<s:TextInput/>
</s:FormItem>
<s:FormItem label="Label">
<s:TextInput/>
</s:FormItem>
<s:FormItem label="Label">
<s:TextInput/>
</s:FormItem>
</s:Form>
</mx:Panel>
</s:Application>
> When a text field, that not this visible one in a form, receives the focus,
> it is not visible, the bar of scroll does not move.
> -------------------------------------------------------------------------------------------------------------------------------
>
> Key: FLEX-11276
> URL: https://issues.apache.org/jira/browse/FLEX-11276
> Project: Apache Flex
> Issue Type: Bug
> Components: Focus Manager
> Affects Versions: Adobe Flex SDK Previous
> Environment: Affected OS(s): All OS Platforms
> Affected OS(s): All OS Platforms
> Language Found: English
> Reporter: Adobe JIRA
>
> <?xml version="1.0" encoding="utf-8"?>
> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
> <mx:Panel x="10" y="10" width="289" height="166" layout="vertical">
> <mx:VBox width="100%" height="100%">
> <mx:Form width="100%" height="100%">
> <mx:FormItem label="Label">
> <mx:TextInput/>
> </mx:FormItem>
> <mx:FormItem label="Label">
> <mx:TextInput/>
> </mx:FormItem>
> <mx:FormItem label="Label">
> <mx:TextInput/>
> </mx:FormItem>
> <mx:FormItem label="Label">
> <mx:TextInput/>
> </mx:FormItem>
> <mx:FormItem label="Label">
> <mx:TextInput/>
> </mx:FormItem>
> <mx:FormItem label="Label">
> <mx:TextInput/>
> </mx:FormItem>
> <mx:FormItem label="Label">
> <mx:TextInput/>
> </mx:FormItem>
> <mx:FormItem label="Label">
> <mx:TextInput/>
> </mx:FormItem>
> <mx:FormItem label="Label">
> <mx:TextInput/>
> </mx:FormItem>
>
> </mx:Form>
> </mx:VBox>
> </mx:Panel>
> -----------------------------------------------------------------------------------------------------------
> Put focus at first field with mouse click.
> Press tab 4 or 5 times, yo dont see the field. You need move the scroll bar.
> Thanks.
--
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