wiln / flexlib

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

SuperTabNavigator border missing when setting application canvas backgroundColor #145

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create backgroundColor style in "Canvas" with white color (Canvas
{backgroundColor:#FFFFFF;}
2. create instance of SuperTabNavigator

What is the expected output? What do you see instead?
suppose to show normal border under the tabs. instead the border is missing
and replaced by white color

What version of the product are you using? On what operating system?
Flex 3, Fedora 8_64

Please provide any additional information below.

Original issue reported on code.google.com by otnat...@gmail.com on 18 Jul 2008 at 1:04

Attachments:

GoogleCodeExporter commented 9 years ago
I can fix the issue by setting the alpha of ButtonScrollerCanvas' innerCanvas 
to 0.
by adding this innerCanvas.setStyle('backgroundAlpha', 0); in line 238

Original comment by otnat...@gmail.com on 18 Jul 2008 at 3:14

GoogleCodeExporter commented 9 years ago

Original comment by dmcc...@gmail.com on 8 Jan 2009 at 5:39