Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-8160] MobileWeb: Convert internal use of View.add() calls to Element._add()

GitHub Issuen/a
TypeNew Feature
PriorityLow
StatusClosed
ResolutionInvalid
Resolution Date2012-06-04T18:30:44.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsMobileWeb
Labelsn/a
ReporterBryan Hughes
AssigneeChris Barber
Created2012-03-21T12:02:51.000+0000
Updated2014-01-28T23:57:34.000+0000

Description

Any call to View.add() needs to be replaced with a call to Element._add(). Eventually, the Widget class will be changed from inheriting from View to inheriting directly from Element. Any control that needs to add something to itself internally will break. Before we do this, we need to convert these calls to the universal _add().

Comments

  1. Chris Barber 2012-06-04

    This was fixed elsewhere and is no longer an issue.

JSON Source