ionic-team / ionic-v3

The repo for Ionic 3.x. For the latest version of Ionic, please see https://github.com/ionic-team/ionic
Other
127 stars 85 forks source link

Bug: *ngIf conflicts with range snaps #246

Open ionitron-bot[bot] opened 5 years ago

ionitron-bot[bot] commented 5 years ago

Original issue by @JeferWang on 2017-09-15T02:50:23Z

Resources: Before submitting an issue, please consult our troubleshooting guide (http://ionicframework.com/docs/troubleshooting/) and developer resources (http://ionicframework.com/docs/developer-resources/)

Ionic version: (check one with "x") [ ] 1.x (For Ionic 1.x issues, please use https://github.com/ionic-team/ionic-v1) [ ] 2.x [x] 3.x

I'm submitting a ... (check one with "x") [x] bug report [ ] feature request [ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or http://ionicworldwide.herokuapp.com/

Current behavior: When I use the *ngIf attribute on a wrapped around ion-range, the snaps="true" attribute of the range component is not showing the ticks on load image

image

After I remove *ngIf it shows the ticks image image

SpyrosMArtel commented 5 years ago

Hello, I run into the same issue recently, and it seems like I have managed to fix the problem locally. Is anyone working on a fix? as I could make a PR.