bug(Tooltip): Prevents touch scrolling
- Lenguaje dominante
- TypeScript
- Estrellas
- 25k
- Forks
- 6.8k
- Merge medio
- 1 d 8 h
- PR fusionados (30 d)
- 91
Descripción
### Is this a regression?
- [ ] Yes, this behavior used to work in the previous version
### The previous version in which this bug was not present was
_No response_
### Description
Duplicate of (closed) https://github.com/angular/components/issues/4892
`MatTooltip` triggers with `matTooltipTouchGestures` set to `auto` (default) or `on` break page scrolling on touch devices. When set to either of these values the directive sets `touch-action: none` on the trigger, which breaks native page scrolling.
On a page with many tooltip triggers (e.g. dense links) it can be difficult to scroll the page at all.
Setting `matTooltipTouchGestures` to `off` fixes scrolling, but makes tooltips inaccessible on touch devices.
### Reproduction
Reproduction taken from https://github.com/angular/components/issues/4892#issuecomment-832516128
Steps to reproduce:
1. Open https://stackblitz.com/edit/angular-ylctyk on a touch device (phone, touch laptop) in Chrome
2. Scroll the page by initiating a touch on the white background
3. Attempt to scroll the page by initiating a touch on the black box
### Expected Behavior
Page scrolls
### Actual Behavior
Page does not scroll
### Environment
- Angular: Latest Google-internal version
- CDK/Material: Latest Google-internal version
- Browser(s): Chrome 104
- Operating System (e.g. Windows, macOS, Ubuntu): Android
Guía de contribución
Línea de trabajo
Comience con la directiva MatTooltip y reproduzca el problema utilizando el ejemplo enlazado de StackBlitz en un dispositivo táctil Android con Chrome 104. La corrección está terminada cuando la página se desplaza al tocar un activador de tooltip, mientras los tooltips táctiles siguen disponibles; verifique tanto la configuración default o auto como on.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- angular, typescript
- Área
- frontend
- Tipo de issue
- Error
- Dificultad
- 3/5
- Tiempo estimado
- 1-2 días
- Estado de actividad
- Estancado
- Claridad
- Bastante claro
- Aptitud para principiantes
- 42/100