Nativescript-ui-feedback: RadListView ng-template broken on 3.5.10.

Created on 23 Jul 2018  路  6Comments  路  Source: ProgressNS/nativescript-ui-feedback

Please, provide the details below:

Did you verify this is a real problem by searching the NativeScript Forum?

Yes

Tell us about the problem

nativescript-ui-listview version 3.5.10 breaks ng-template bindings on iOS with NS-angular.
More info can be seen here: link.

Which platform(s) does your issue occur on?

iOS (haven't yet investigated android)

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

  • Progress NativeScript UI version: 3.5.10
  • CLI: 4.1.2
  • Cross-platform modules: 4.1.1
  • Runtime(s): ios: 4.1.0 android: 4.1.3

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

  1. Clone the NS UI angular samples repo.
  2. Run the listview sample with tns run ios.
  3. Observe broken nsRouterLinks, slow list performance, unpredictable list contents, and console output similar to:
CONSOLE ERROR [native code]: ERROR TypeError: undefined is not an object (evaluating '_v.context.item')
CONSOLE ERROR [native code]: ERROR CONTEXT {
"view": {
"def": {
"nodeFlags": 1,
"rootNodeFlags": 1,
...

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

See steps above.

Most helpful comment

Hi @anuragd7 ,

Thank for testing the previous version. we understand you and we will do our best to resolve this issue and the related https://github.com/telerik/nativescript-ui-feedback/issues/740 as soon as possible. Stay tuned for the next version.

All 6 comments

+1 . Am experiencing this too.

Hi @nickcabral @anuragd7 ,

Thank you for reporting this to out. I will investigate the source of this issue and let you know once I have more details. If this is a blocking issue for you, you may temporary revert to the previous version 3.5.9 while this issue is being resolved.

We apologize for any inconvenience that this may be causing and we will do out best to resolve it as soon as possible.

Hi @VladimirAmiorkov , Thanks for the update. Can confirm that switching to 3.5.9 resolves this issue. However 3.5.10 contained this important fix that I have been waiting for, so would be great if we could have a new fix soon. Thanks.

Hi @anuragd7 ,

Thank for testing the previous version. we understand you and we will do our best to resolve this issue and the related https://github.com/telerik/nativescript-ui-feedback/issues/740 as soon as possible. Stay tuned for the next version.

I was having same issue and lag on ios, rolling back to nativescript-ui-listview v3.5.9 fixed it

Made PR, awaiting review.

Was this page helpful?
0 / 5 - 0 ratings