[Tooltip] Prevents normal scrolling
See original GitHub issueBug, 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"
}
Issue Analytics
- State:
- Created 6 years ago
- Reactions:34
- Comments:33 (3 by maintainers)
Top Results From Across the Web
Can CSS Prevent Tooltips Overflow? - CSS-Tricks
Sometimes UI elements, like tooltips, need to be edge-aware to prevent the content inside from triggering weird scrollbars or cutting off ...
Read more >Prevent CSS tooltip from going out of page/window
Unfortunately, if you want to keep your tooltip good positioning, it isn't possible using only CSS. Script solutions.
Read more >Solved: Scrolling issue with chart tooltips - Qlik Community
Solved: Hi, I have an issue in a mashup page with graph tooltips that show on hover. In the image below, the mouse...
Read more >Solved: Scrolling in Tool Tips - Microsoft Power BI Community
I created report pages tooltips and as soon as the table appears and I want to click on the table or scroll, it...
Read more >203364 – Inplace tooltip does not disappear correctly - Bugs
Here is a sequence of events as normally expected and handled by the grid and ... Scrolling will stop More information: The call...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’ve got the same problem. I found a solution by overriding the Hammer configuration class :
app.module.ts
my-gesture-config.ts
is this something that will be fixed in a upcomming release? or should we handle it on our own?