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] style changes in .scss file stop refreshing after change of padding #1273

Open endarova opened 5 years ago

endarova commented 5 years ago

Environment ✔ Component nativescript has 6.1.2 version and is up to date. ✔ Component tns-core-modules has 6.1.2 version and is up to date. ✔ Component tns-android has 6.1.2 version and is up to date. ✔ Component tns-ios has 6.1.1 version and is up to date.

Describe the bug After change of padding in .scss file changes in styles in that file stop refreshing on device. You have to restart the app or redeploy to see the changes.

To Reproduce

  1. tns create issue_7966 --template tns-template-master-detail
  2. tns run ios
  3. in _cars-list-common.scss change background-color: to red. Save the file, the change is applied on device
  4. in _cars-list-common.scss change padding . Save the file, the change is not applied on device. Try change other styles in that file. Nothing is applied anymore. You have to restart the app to see the changes.

Expected behavior all changes in .scss file should be applied on device

NickIliev commented 5 years ago

Additionally, on some occasions. the applied value for background-color can't be removed via a change in HMR (the app must be restarted). For example:

vchimev commented 5 years ago

In regards to the scenario described by @endarova: