History | Log In     View a printable version of the current page.  
Issue Details (XML)

Key: SDK-13308
Type: Bug Bug
Status: Closed Closed
Resolution: Deferred
Priority: C C
Assignee: Peter deHaan
Reporter: jeff tapper
Votes: 2
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
Flex SDK

TextField in AVM1 Movie loaded via SWFLoader not functioning in ViewStack

Created: 11/02/07 03:57 PM   Updated: 01/14/08 05:58 PM
Component/s: mx: SWFLoader
Security Level: Public (All JIRA Users )

File Attachments: 1. File simpleText.fla (21 kb)
2. File simpleText.swf (2 kb)

Issue Links:
Relationship
This issue relates to:
SDK-11989 After interacting with a Flash 8 SWF ... C Closed
 

Severity: Incorrectly Functioning with Workaround
Reproducibility: Every Time
Discoverability: Medium
Found in Version: None
Affected OS(s): Windows - XP
Steps to Reproduce:
Steps to reproduce:
1. Create an AS2 Flash movie with a TextField with its type set to input. (see uploaded SimpleText.swf)
2. Create a Flex Application which has a viewstack. In one view load the swf in a swf loader, in the other have a Flex TextInput, like this:
<?xml version="1.0" encoding="utf-8"?>
<mx:Application
xmlns:mx="http://www.adobe.com/2006/mxml"
layout="absolute">
<mx:TabNavigator id="tabNavDemos" width="100%" height="100%">
<mx:Canvas label="ActionScript 2" width="100%" height="100%">
<mx:SWFLoader id="swfLoaderAS2" source="simpleText.swf" />
</mx:Canvas>
<mx:Canvas label="Flex">
<mx:TextInput />
</mx:Canvas>
</mx:TabNavigator>
</mx:Application>


3. Run the applicaiton. Type text into the text input in the AVM1 swf, switch to the other tab, type in text, switch back to the first tab, the text input is no longer accessible.

 
 Actual Results:
 User can not give focus to or type into AVM1 Text field after switching to other view, then switching back

 
 Expected Results:
 Whichever view in the view stack is selected, should be fully operational.
 

 Workaround (if any):
Rebuild the Flash portion w Flash Player 9/ActionScript 3.0
oddly, focus semi-works if you are in the Flex text field, shift+tab to focus on the TabNavigator, switch to the ActionScript2 tab, tab (removes focus form tabs) then click the text field to focus on the control.
Language Found: English
Bugbase Id: none
Triaged: Yes
Regression: No
QA Owner: Peter deHaan
Resolved by: Lauren Park
Participants: jeff tapper, Lauren Park and Peter deHaan
Browser: Internet Explorer 7.x
JDK: Sun 1.5.x


 All   Comments      Sort Order:
Peter deHaan - [11/10/07 12:22 PM ]
Added possibly related bug

Peter deHaan - [11/12/07 01:30 PM ]
Able to repro in 201.2 and 201.3 and Moxie Version 3.0 build 187443.

Peter deHaan - [11/12/07 01:34 PM ]
Added workarounds

Lauren Park - [11/13/07 05:32 PM ]
Deferred.