-
Type:
Bug
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: Adobe Flex SDK Previous
-
Fix Version/s: None
-
Component/s: Styles
-
Labels:None
-
Environment:Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Language Found: English
When setting the textInputClass on SwatchPanel it should work as documented:
// Mechanism to use FTETextInput. Look for it in SwatchPanel and
// if not found see if we got it from our parent.
The bug is on line 1015:
textInput = new textInputClass();
Should be:
textInput = new c();