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

Prompting Text Input kills flash #359

Description

@nicoulaj

Originally filed by larson...@gmail.com 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>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions