flex-users / flexlib

Open Source Flex components library.
github.com/flex-users/flexlib
MIT License
204 stars 91 forks source link

Prompt does not react to bindings #174

Open nicoulaj opened 13 years ago

nicoulaj commented 13 years ago

Originally filed by carlos.r...@gmail.com on 2008-11-08T15:57:59

What steps will reproduce the problem?

  1. I'm using something like: prompt="Filter by {cmb.selectedItem.label}"
  2. you could see that changing the combobox prompt is not updated
  3. this is caused by

[Bindable] public function set prompt( value:String ):void { _prompt = value;

            // the line below should be invalidateDisplayList();
    invalidateProperties();
}

What is the expected output? What do you see instead?

when combo changes, prompt reacts to binding and changes accordingly

What version of the product are you using? On what operating system?

i'm using the one distrobuted in FlexUnit

Please provide any additional information below.

nicoulaj commented 13 years ago

Updated by dmcc...@gmail.com on 2009-01-08T18:09:13

Added label Type-Defect Added label FlexLib-PromptingTextInput

nicoulaj commented 13 years ago

Updated by jdrome08 on 2009-08-23T15:24:15

never installed

nicoulaj commented 13 years ago

Updated by olarivain on 2010-03-29T01:24:41

Original ticket set owner to olarivain Original ticket set status to Accepted (we converted to open)

nicoulaj commented 13 years ago

Updated by olarivain on 2010-03-29T01:26:48

Issue 274 has been merged into this issue.