wiln / flexlib

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

Supertab custom close icon switches on and off with mouse over state #283

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Define a custom close button style in CSS.
2. define upSkin, overSkin, and downSkin in CSS as embedded files
3. Define closePolicy as CLOSE_ALWAYS.

What is the expected output? What do you see instead?
The custom close button should always be visible. Instead the custom close
button is only visible on mouse over of the tab and the default is visible
otherwise.

What version of the product are you using? On what operating system?
2.4, Mac OSX

Please provide any additional information below.
In SuperTab.as on line 290 changing closeButton.enabled = false to true
fixes the issue.

Original issue reported on code.google.com by Jonbeesh@gmail.com on 5 Mar 2010 at 12:29