Titanium JIRA Archive
Appcelerator Community (AC)

[AC-221] new behavior of properties

GitHub Issuen/a
TypeBug
Priorityn/a
StatusClosed
ResolutionNeeds more info
Resolution Date2015-07-20T18:20:15.000+0000
Affected Version/sn/a
Fix Version/sn/a
Componentsn/a
LabelsAndroid,, Properties, iOS,
ReporterJoachim Mollin
AssigneeRadamantis Torres-Lechuga
Created2015-07-11T21:49:01.000+0000
Updated2015-07-20T18:20:15.000+0000

Description

In version 4.0.0 and before I use: wardList.left = 0; wardList.width = 0.9*(epr.maxX); Now in 4.1.0 and 4.2.0 its not longer working and i must use wardList.setLeft(0); wardList.setWidth(0.9*epr.maxX);

Comments

  1. Radamantis Torres-Lechuga 2015-07-15

    [~mollin] can you please attach a test case and steps to reproduce the issue? Thanks
  2. Joachim Mollin 2015-07-19

    I don't have more. The whole program code ist too large

JSON Source