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

RadListView itemReorder events and itemHold are not called on iOS when reordering in the same place #1286

Open jalbatross opened 4 years ago

jalbatross commented 4 years ago

example repo: https://github.com/jalbatross/ns-angular-listview-handlers-error

Tell us about the problem

When performing a reorder operation on Android and dropping the item in the same place, the listeners for itemHold, reorderStarting, reorderStarted, and reoredered are called in that order. However, on iOS only the listeners for reorderStarting and reorderStarted are called.

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 application
  2. Go to "Item Reorder"
  3. Tap and hold any item and then let go of it in the same place.
  4. In the console logs, you will see that on Android, all listeners are called (itemHold->reorderStarting->reorderStarted->reordered). On iOS, only reorderStarting and reorderStarted are called.

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

Code included in repo

jalbatross commented 4 years ago

Has there been any progress on this issue?

SergeyMell commented 3 years ago

I know how to fix this (did it locally for my project) but I cannot find the repo to create a PR for this. Could anybody help?

jalbatross commented 3 years ago

Love it