Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-5571] MobileWeb: need to hide other TableViewRow right marks when showing new marks

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionFixed
Resolution Date2011-09-07T05:40:35.000+0000
Affected Version/sRelease 1.7.0
Fix Version/sRelease 1.7.2
ComponentsMobileWeb
Labelsn/a
ReporterAndrew Kulinich
AssigneeAndrew Kulinich
Created2011-09-07T04:12:40.000+0000
Updated2017-03-03T23:33:14.000+0000

Description

Code:
row.hasDetail = true; // 1
row.hasChild = true; // 2
row.hasCheck = true; // 3
row.hasCheck = false; // 4
row.hasDetail = true; // 5

Expected behaviour:

row shows "has detail" mark

row shows "has child" mark

row shows "has check" mark

row shows "has child" mark

row shows "has child" mark

Comments

  1. Lee Morris 2017-03-03

    Closing ticket as MobileWeb is no longer supported.

JSON Source