Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-25027] Windows: Remove deprecated property Ti.UI.View.enabled

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2017-11-06T20:15:47.000+0000
Affected Version/sRelease 6.1.1, Release 6.2.0
Fix Version/sRelease 7.0.0
ComponentsWindows
Labelsdeprecate-7.0.0
ReporterEwan Harris
AssigneeKota Iguchi
Created2017-07-26T13:38:06.000+0000
Updated2017-11-16T02:24:37.000+0000

Description

Description

We deprecated the Ti.UI.View.enabled in 5.4.0 for parity reasons (TIMOB-23275). As it for parity reasons I propose that we remove it completely in 7.0.0 to prevent further usage. I believe it might be used internally in the SDK (I'm sure I see deprecation warnings when using the click event listener) so we should be careful removing it

Comments

  1. Ewan Harris 2017-07-26

    [~kiguchi] [~gmathews] Any objections to this? I think it's a good candidate to remove as it was deprecated for parity
  2. Kota Iguchi 2017-07-26

    On Windows, View.enabled property only calls touchEnabled property with warning message. [View.cpp#L948](https://github.com/appcelerator/titanium_mobile_windows/blob/master/Source/TitaniumKit/src/UI/View.cpp#L948) I believe it is ok to remove it in future version.
  3. Kota Iguchi 2017-10-11

    https://github.com/appcelerator/titanium_mobile_windows/pull/1140
  4. Abir Mukherjee 2017-11-16

    Changes are seen in 7.0.0.v20171115153702.

JSON Source