wiln / flexlib

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

SuperTabNavigator flickers under Linux #311

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Include a SuperTabNavigator in your MXML
2. Assign tabStyleName"customTab" to the TabNavigator
3. include the folllowing stlyes
.customTab { 
    tabCloseButtonStyleName: customCloseButton;
}
.customCloseButton { 
    skin: Embed(source='../resource/cross.png');
} 

What is the expected output? What do you see instead?
The closebutton flickers on mouse over. The close button is hardly clickable.

What version of the product are you using? On what operating system?
flexlib r236
Ubuntu 10

Original issue reported on code.google.com by hunkeler...@gmail.com on 17 Jun 2010 at 9:38