ProgressNS / nativescript-ui-feedback

This repository is used for customer feedback regarding Telerik UI for NativeScript. The issues system here is used by customers who want to submit their feature requests or vote for existing ones.
Other
115 stars 21 forks source link

[ListView iOS] longPress on listView item removes previously set item-selected-background-color style #1279

Open zbranzov opened 4 years ago

zbranzov commented 4 years ago

Tell us about the problem

If you longPress on listView item it will remove previously set item-selected-background-color style of any other item.

Which platform(s) does your issue occur on?

_iOS

Please provide the following version numbers that your issue occurs with:

Please tell us how to recreate the issue in as much detail as possible.

  1. Start the demo application and open Selection > Styling Single Selection.
  2. Select an item. It should become red
  3. LongPress another item in order to scroll. The selection moves to the currently clicked item. When the scroll starts, the applied item-selected-background-color vanishes at all from all items. https://screencast.com/t/RPiaESalUrf

Is there code involved? If so, please share the minimal amount of code needed to recreate the problem.

repo apps (demo for sure)