estanglerbm
estanglerbm
…in several areas, especially around sorting and grids. Based on feedback from @harbs.
Using variables (non-property) in fx:Binding causes exception on JS side. (SWF is fine, and compiling in Flex is fine.) It looks like properties and functions and xml and other things...
Perhaps two-way bind @ syntax (i.e. value="@{myprop}") is not supported yet, but it doesn't even work for one-way binding; it won't update at all when the source changes. (Broken in...
In the attached example, the initial value next to "Text:" is "XX" when it should be "X:falseX", in JS. Works fine in SWF and Flex. No exception in JS. The...
Two-way bind of (MX, and presumably Spark) Label.text has correct results (matches behavior under Flex), but gets this error on JS: ```Uncaught InternalError: too much recursion``` On SWF, the results...
If a text is composed of just a bind value, and that bind value is false, then the text is blank on the JS side. (SWF side is fine.) See...
In a test case like #1140, run in fdb on SWF target, you get this exception when instantiating PanelSkin (on the way out of the constructor): ``` [Fault] exception, information=ReferenceError:...
paddingLeft, paddingTop, etc., have type Object in mx.core.UIComponent, but they have type Number in spark.components.HGroup. This causes VerifyError: Error #1053 in Flash Debug Player for HGroup. (And would for VGroup,...
Clicking on a Spark button (probably MX, too?) in SWF target throws this error in fdb: `` [Fault] exception, information=TypeError: Error #1034: Type Coercion failed: cannot convert flash.events::MouseEvent@cdf1ab9 to mx.events.MouseEvent....
Got this error during ant build (the reason for the error is not important): ``` flat-ui-icons: [java] Error: Unable to access jarfile c:\somewhere\royale-asjs\frameworks\fontsrc\${env.ROYALE_HOME}\lib\mxmlc.jar [java] Java Result: 1 ``` But the...