Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-13422] iOS: ListView: Listview sample shows grey color on list item under certain circumstances

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionNot Our Bug
Resolution Date2013-04-05T23:12:43.000+0000
Affected Version/sRelease 3.1.0
Fix Version/s2013 Sprint 07 Core, 2013 Sprint 07
ComponentsiOS
Labelsqe-3.1.0
ReporterEric Merriman
AssigneeMax Stepanov
Created2013-04-05T22:55:37.000+0000
Updated2017-03-13T21:43:09.000+0000

Description

Description:

While testing Kitchensink on iOS, I noticed that some of the listview items had a grey bar appearing when using the listview. They color is being set when checking the white scroll indicator (the color is set darker to be able to see the white scroll indicator), but is not reset when changing back to the black or default scroll indicator where the list view items are on a white background. See screenshot

Steps to reproduce:

1) Install KS from master branch of https://github.com/appcelerator-developer-relations/KitchenSink 2) Navigate to base UI > Views > List View > Scroll style 3) Select "Style White" 4) Select "Style Black" 5) Select any one of the "Item" list view items

Result:

The Style Black item row is still grey. This may not occur 100% of the time.

Expected Result:

All rows have uniform coloring and attributes

Attachments

FileDateSize
Screen Shot 2013-04-05 at 10.52.00 AM.png2013-04-05T22:55:37.000+000059632

Comments

  1. Max Stepanov 2013-04-05

    What happens in the example is table view background color is changed while a row is selected. So when the row is deselected, it reverts colors to previous and does not do a full redraw. Workaround is to refresh entire list view or the selected item.
  2. Lee Morris 2017-03-13

    Closing ticket as this is not our bug.

JSON Source