Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-6678] MobileWeb: TableView left and right image are inefficient and can access null DOM nodes

GitHub Issuen/a
TypeBug
PriorityCritical
StatusClosed
ResolutionFixed
Resolution Date2011-12-19T16:56:28.000+0000
Affected Version/sRelease 2.0.0
Fix Version/sSprint 2011-51, Release 2.0.0, Release 1.8.1
ComponentsMobileWeb
Labelsmerge-1.9.0, stage
ReporterChris Barber
AssigneeChris Barber
Created2011-12-14T19:34:35.000+0000
Updated2017-03-03T23:18:08.000+0000

Description

leftImage and rightImage adds an image DOM node, then checks if it really should have added it, then if it doesn't need it, it will delete it, but it's possible for the image DOM node to not have been added to the page yet, thus resulting in a DOM error.

Comments

  1. Chris Barber 2011-12-14

    Pull request: https://github.com/cb1kenobi/titanium_mobile/pull/4
  2. Bryan Hughes 2011-12-19

    Merged in to cb1kenobi's repo until 1.8->1.9 transition is stable in appcelerator repo.
  3. Lee Morris 2017-03-03

    Closing ticket.

JSON Source