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 and BarCodeScanner Issues #1401

Open Lester-Lynch opened 4 years ago

Lester-Lynch commented 4 years ago

Please take a minute to read our NativeScript Code of Conduct before proceeding with posting issues or discussing. The purpose of this guide is to make communication and cooperation within our forums a pleasure for you and the other members.

Please, provide the details below:

Tell us about the problem

RadListView not updating view after BarCodeScanner results returned. Scan followed by manual entry will result in an uncaught exception. Using listview instead of radlistview works without issues.

Which platform(s) does your issue occur on?

Andoid

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. Note test entries shown in UI.
  2. Click "Manual.." and enter a barcode. i.e. 1, click done. Note UI updates
  3. Click "Scan Barcodes" and scan a barcode, note UI does not update but console log shows results.
  4. Click "Manual..." and enter a barcode, i.e.2 and click done.
  5. Exception:

System.err: An uncaught Exception occurred on "main" thread. System.err: Calling js method onEditorAction failed System.err: Error: java.lang.IndexOutOfBoundsException: Index: 5, Size: 4

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

bcs-radlistview.tar.gz