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
128 stars 85 forks source link

ion-range #931

Open ionitron-bot[bot] opened 5 years ago

ionitron-bot[bot] commented 5 years ago

Original issue by @marclfv on 2018-12-20T19:19:22Z

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 [x] 4.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: on the site dualknobs example is not working, knobs moving with problem in chrome

V4beta site example: chrome and firefox screenshot_5 screenshot_6

Expected behavior: knobs should move normally. It's problem not occur in IE and Firefox.

Steps to reproduce: same in site example not function. https://beta.ionicframework.com/docs/components/#range

and tested with

   <ion-card-content>
      <ion-range dualKnobs="true" min="5" max="30" pin="true" step="1" snaps="true">
        <ion-label range-left>5</ion-label>
        <ion-label range-right>30</ion-label>
      </ion-range>
    </ion-card-content>

Ionic: ionic (Ionic CLI) : 4.6.0 (C:\Users\mvasconcelos\AppData\Roaming\npm\node_modules\ionic) Ionic Framework : ionic-angular 3.9.2 @ionic/app-scripts : 3.2.0

Cordova: cordova (Cordova CLI) : 8.0.0 Cordova Platforms : android 7.0.0 Cordova Plugins : cordova-plugin-ionic-keyboard 2.1.3, cordova-plugin-ionic-webview 1.2.1, (and 7 other plugins)

and

screenshot_7 Ionic: ionic (Ionic CLI) : 4.6.0 (C:\Users\mvasconcelos\AppData\Roaming\npm\node_modules\ionic) Ionic Framework : @ionic/angular 4.0.0-rc.0 @angular-devkit/build-angular : 0.10.7 @angular-devkit/schematics : 7.0.7 @angular/cli : 7.0.7 @ionic/angular-toolkit : 1.2.1

marclfv commented 5 years ago

Only highlighting.

The problem happens in both V3 and V4beta.

Important to check on both versions.

thanks.