Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): Windows
Affected OS(s): Windows XP
Browser: Firefox 3.x
Language Found: English
Description
Steps to reproduce:
1. Compile the following:
<?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">
<s:Border clipAndEnableScrolling="true"/>
</s:Application>
Actual Results:
Error: Cannot resolve attribute 'clipAndEnableScrolling' for component type spark.components/Border
Expected Results:
No error
Workaround (if any):