flex-users / flexlib

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

WindowShade doesn't appear to be repeater-safe #117

Open nicoulaj opened 13 years ago

nicoulaj commented 13 years ago

Originally filed by catfish....@gmail.com on 2008-04-29T00:06:35

What steps will reproduce the problem?

  1. Create a repeater that repeats a WindowShade
  2. Set the header renderer of the WindowShade to a CanvasButton that sets values dynamically (say via data binding)

What is the expected output? What do you see instead? The button should render as it does in other contexts, but instead it seems that none of the dynamic values actually show up.

What version of the product are you using? On what operating system? Flash 9/Flex 3, Mac OS X 10.5.2

Please provide any additional information below. My suspicion is that this is a similar issue to the one that was fixed for CanvasButton in r124, but I haven't been able to determine how to fix it yet.

nicoulaj commented 13 years ago

Updated by dmcc...@gmail.com on 2009-01-08T17:05:14

Added label FlexLib-WindowShade