[TIMOB-13513] iOS: highlightedColor in selected TableViewRow gets stuck
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Reopened |
Resolution | Unresolved |
Affected Version/s | Release 3.0.2, Release 3.1.0 |
Fix Version/s | n/a |
Components | iOS |
Labels | alloy, highlightedcolor, label, tableview, tableviewrow |
Reporter | Shawn Berg |
Assignee | Unknown |
Created | 2013-04-10T14:15:20.000+0000 |
Updated | 2018-02-28T20:03:46.000+0000 |
Description
See [my screencast](https://vimeo.com/63740196) for an example of what I mean. You see the problem about 20 seconds into the video.
It seems to mostly happen when scrolling the tableview causes the selected row to go off screen. When you scroll to bring that row back onto the screen and then select a new row the previously selected row's highlightedColor stays instead of switching back to the regular color. It doesn't happen every time, but this is the the best way I've found to replicate.
Attachments
File | Date | Size |
---|---|---|
recipe_list.tss | 2013-04-10T14:15:20.000+0000 | 790 |
recipe_list.xml | 2013-04-10T14:15:20.000+0000 | 2509 |
Hi, I could reproduce it with 3.0.2 GA, but I tried 3.1 CI and it doesn't seem to be happening anymore -- actually I got it to happen once, but it quickly went back to the correct colour. Can you try the latest 3.1 from: http://builds.appcelerator.com/#3_1_X Thanks!
Hi, I tried the latest 3.1 and it still happens. It's not as frequent, but you can see in this [latest screencast](https://vimeo.com/63762906) that I still got it to happen twice within a pretty short period of time. The different with 3.1 is that after it happens you can scroll the stuck row off and back on the screen again and it fixes itself. This is still a bug, though. Thanks, Shawn
Thanks, confirmed.