wiln / flexlib

Automatically exported from code.google.com/p/flexlib
0 stars 0 forks source link

Prompt does not react to bindings #173

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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.

Original issue reported on code.google.com by carlos.r...@gmail.com on 8 Nov 2008 at 3:57

GoogleCodeExporter commented 8 years ago

Original comment by dmcc...@gmail.com on 8 Jan 2009 at 6:09

GoogleCodeExporter commented 8 years ago
never installed

Original comment by jdrome08 on 23 Aug 2009 at 3:24

GoogleCodeExporter commented 8 years ago

Original comment by olarivain@gmail.com on 29 Mar 2010 at 1:24

GoogleCodeExporter commented 8 years ago
Issue 274 has been merged into this issue.

Original comment by olarivain@gmail.com on 29 Mar 2010 at 1:26