Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Found in 4.0.0.13383
Steps to reproduce:
1. Compile and run attached MXML file.
<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx">
<s:controlBarContent>
<s:Label id="sdkVer" initialize="sdkVer.text = mx_internal::VERSION;" />
</s:controlBarContent>
</s:Application>
2. App should work and cause no earnings.
3. Go to Project > Properties > Flex COmpiler and select the "Use Flash Text Engine in MX Components" checkbox.
4. Compile and run project again.
Actual Results:
After enabling FTE text in MX components you get 12 warnings in your Problems tab.
Cannot resolve namespace qualified type 'OLAPDataGridGroupRenderer' in CSS selector 'OLAPDataGridGroupRenderer' line 219 (x4)
Cannot resolve namespace qualified type 'DataTip' in CSS selector 'DataTip' line 204 (x4)
Cannot resolve namespace qualified type 'ChartLabel' in CSS selector 'ChartLabel' line 194 (x4)
Expected Results:
No warnings.
Workaround (if any):
n/a