Skip to content
This repository has been archived by the owner on Mar 23, 2019. It is now read-only.
This repository has been archived by the owner on Mar 23, 2019. It is now read-only.

Prompting Text Input kills flash #359

Open
nicoulaj opened this issue Jun 19, 2011 · 0 comments
Open

Prompting Text Input kills flash #359

nicoulaj opened this issue Jun 19, 2011 · 0 comments

Comments

@nicoulaj
Copy link
Member

Originally filed by [email protected] on 2011-05-16T18:40:18

What steps will reproduce the problem?

  1. Create prompting text input object. Width 100%.
  2. Create string validator and set the source to be the prompting text input.
  3. resize browser and flash crashes.

What is the expected output? What do you see instead?
The UI should resize properly. It crashes flash instead.

What version of the product are you using? On what operating system?
Flash builder 4. Windows Vista and Windows 7

Please provide any additional information below.

<fx:Declarations>
      <mx:StringValidator id="vAccountName" source="{account_name}" maxLength="200" required="true" property="text" />
</fx:Declarations>

<s:Panel title="Account Information" width="100%" dropShadowVisible="false" chromeColor="#c0d360" backgroundColor="#efefef">
   <code:AdvancedForm x="0" y="0" width="100%">
      <mx:FormItem label="Account Name" fontWeight="bold" width="100%">
         <code:PromptingTextInput prompt="hello world" id="account_name" width="100%" />
      </mx:FormItem>
   </code:AdvancedForm>
</s:Panel>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant