-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Description
Bug, feature request, or proposal:
Bug
What is the expected behavior?
The slider track and the md-slider-thumb stay connected
What is the current behavior?
The slider track and the md-slider-thumb disconnect
What are the steps to reproduce?
Open angular.material.io and go to the slider component on a iOS device running 10.2 or 10.3. (these are the ones I've tested, the issue could exist in other iOS versions) We are using the vertical option for the slider but the issue occurs in the horizontal layout as well.
Slide up and down multiple times, go off the thumb button a little, hit the track, etc. (be a curious user)
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
"dependencies": {
"@angular/animations": "^4.0.1",
"@angular/cli": "^1.1.0",
"@angular/common": "^4.0.0",
"@angular/compiler": "^4.0.0",
"@angular/core": "^4.0.0",
"@angular/forms": "^4.0.0",
"@angular/http": "^4.0.0",
"@angular/material": "^2.0.0-beta.3", <<<<<<<<<<tried in beta.7 as well
"@angular/platform-browser": "^4.0.0",
"@angular/platform-browser-dynamic": "^4.0.0",
"@angular/router": "^4.0.0",
"angular2-text-mask": "^8.0.1",
"classlist.js": "^1.1.20150312",
"core-js": "^2.4.1",
"hammerjs": "^2.0.8",
"intl": "^1.2.5",
"ng2-scroll-to": "^1.0.7",
"rxjs": "^5.1.0",
"text-mask-addons": "^3.5.1",
"web-animations-js": "^2.2.5",
"zone.js": "^0.8.4"
},
"devDependencies": {
"@angular/compiler-cli": "^4.1.3",
"@types/jasmine": "2.5.38",
"@types/node": "~6.0.60",
"angular-swipe": "^0.4.0",
"codelyzer": "~2.0.0",
"jasmine-core": "~2.5.2",
"jasmine-spec-reporter": "~3.2.0",
"karma": "~1.4.1",
"karma-chrome-launcher": "~2.0.0",
"karma-cli": "~1.0.1",
"karma-coverage-istanbul-reporter": "^0.2.0",
"karma-jasmine": "~1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"protractor": "~5.1.0",
"ts-node": "~2.0.0",
"tslint": "~4.5.0",
"typescript": "~2.2.0"
Is there anything else we should know?
Some screen shots:

