wiln / flexlib

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

CanvasButtonAccordionHeader not working with Skins applied #297

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Use a standard Canvas 
2. Apply a CSS Style for that control which contains a definition for 
upSkin and overSkin like this:
upSkin: Embed(source="../../assets/accordion/accordion.swf", 
symbol="AccordionHeader_upSkin");
overSkin: Embed(source="../../assets/accordion/accordion.swf", 
symbol="AccordionHeader_overSkin");

The click events on the Header are not working anymore. Clicking on the 
label of the header still works though. When the overSkin definition is 
removed it works again. Is this a bug?

I'm using the latest flexlib (2.5) with Flex 3.5 on Windows 7.

Thanks for any hints.
Florian

Original issue reported on code.google.com by premiump...@gmail.com on 21 Apr 2010 at 8:47