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

tkListItemSwipeTemplate laying on top of tkListItemTemplate when an item is selected in RadListView #1520

Open ethanzhu1 opened 3 years ago

ethanzhu1 commented 3 years ago

Tell us about the problem

I built a list with RadListView with both templates(tkListItemSwipeTemplate, tkListItemTemplate ) specified. When I click on an item in the list, tkListItemSwipeTemplate will appear on top of tkListItemTemplate.

Which platform(s) does your issue occur on?

Android

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 application, navigate to the list.
  2. Click on one item.
  3. Behold image

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

(You can paste entire code snippets, link to playground demo or attach a runnable project)

image

ethanzhu1 commented 3 years ago

Ah, I notice when I change the selectionBehavior from none to None, it won't allow selection any more. I got this none from some code sample but it apparently is old. This gets round the issue for me. But still I wouldn't want to see the issue when selection is allowed.