[TIMOB-6691] Android: 2DMatrix multiply method ignores passed in argument
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-01-09T12:24:45.000+0000 |
Affected Version/s | Release 1.8.0 |
Fix Version/s | Sprint 2012-01, Release 2.0.0, Release 1.8.1 |
Components | n/a |
Labels | merge-1.8.1, qe-port |
Reporter | Opie Cyrus |
Assignee | Hieu Pham |
Created | 2011-12-15T09:30:59.000+0000 |
Updated | 2012-08-15T14:06:38.000+0000 |
Description
The multiply method in 2DMatrix on Android does not do anything with the argument given to it. The operation should occur on the argument rather than the "this" object.
Testing steps: Run this snippet in Android and it should work as expected. Can also test by comparing behavior in iOS simulator.
Expected result: you should see a square if the multiplication is applied in the correct order.
Verified fixed with : Mobile sdk-2.2.0.v20120810080115 Titanium Studio, build: 2.1.1.201207271312 Device: Galaxy S III Android version 4.0.4 3 iPhone emulator.