Closed
Description
Bug, feature request, or proposal:
Bug
What is the expected behavior?
Scrolling should work.
What is the current behavior?
Scrolling on a touch device doesn't work if the target of the gesture is an element using the mdTooltip Directive
.
What are the steps to reproduce?
Add the mdTooltip Directive
on any element.
Use a mobile device / emulator to scroll the document, while targeting the element on which you set the directive.
Scrolling doesn't work.
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
"dependencies": {
"@angular/animations": "^4.1.2",
"@angular/common": "^4.0.0",
"@angular/compiler": "^4.0.0",
"@angular/core": "^4.0.0",
"@angular/flex-layout": "^2.0.0-beta.8",
"@angular/forms": "^4.0.0",
"@angular/http": "^4.0.0",
"@angular/material": "^2.0.0-beta.6",
"@angular/platform-browser": "^4.0.0",
"@angular/platform-browser-dynamic": "^4.0.0",
"@angular/router": "^4.0.0",
"@ngrx/core": "^1.2.0",
"@ngrx/effects": "^2.0.3",
"@ngrx/router-store": "^1.2.6",
"@ngrx/store": "^2.2.2",
"angularfire2": "^4.0.0-rc.0",
"core-js": "^2.4.1",
"firebase": "^3.9.0",
"hammerjs": "^2.0.8",
"localforage": "^1.5.0",
"rxjs": "^5.1.0",
"zone.js": "^0.8.4"
}