Hi,

Can you provide a bit more information on how it is broken? Can you point to 
any failing tests for instance or provide sample code?

I’m using these changes in a project and have't noticed any issues and tests 
are still passing.

IMO it would be better to try and pinpoint the issue rather than revert all of 
the changes which looks like you’ve done here.

For instance these lines have been incorrectly changed:
           var strpixels:String = positioner.style.width as String;
-            if (strpixels !== null && strpixels.indexOf('%') != -1)
+            if (strpixels !== null && strpixels.indexOf('%') !== -1)

Thanks,
Justin

Reply via email to