angular / angular/components

bug(cdk/overlay) on iOS: FlexibleConnectedPositionStrategy + BlockScrollStrategy results in wrong overlay position when scrolled down

Ouverte
#18,890 5 commentaires 1 réaction 0 personnes assignées Voir sur GitHub
android area: cdk/overlay ios needs investigation P2
Langage dominant
TypeScript
Étoiles
25k
Forks
6.8k
Merge moyen
1 j 8 h
PR mergées (30 j)
91

Description

#### Bug, feature request, or proposal:
When FlexibleConnectedPositionStrategy + Bottom placing + BlockScrollStrategy are used together, the overlay is positioned wrong. At least on an iOS device.

In the example linked below, the link opens an overlay with FlexibleConnectedPositionStrategy connected to an anchor

just right above the link. The overlay is configured to be displayed on the bottom via "withPositions" (see code). A long fake content is added before the link so that it's possible to scroll down.

In Desktop browsers (Chrome, FF, Safari, Edge), the overlay is positioned fine, even when scrolled down.

In Safari on iOS, the position is ok when NOT scrolled down. But if you scroll down, an open the overlay, it's not positioned directly over the link anymore, but way too high. If you open a 2nd overlay via the link, this one is positioned correctly though.

If you don't use BlockScrollStrategy, the positioning always works as expected.

#### What is the expected behavior?
The overlay should be displayed directly above the "open overlay" link.

#### What is the current behavior?
Overlay position is wrong, it's displayed way too high. The further you scroll down, the higher it is displayed.

#### What are the steps to reproduce?
[https://stackblitz.com/edit/angular-cyzulh](https://stackblitz.com/edit/angular-cyzulh)

1. Open [https://angular-cyzulh.stackblitz.io](https://angular-cyzulh.stackblitz.io) on an iOS device
2. Scroll down until you see "open overlay" link
3. click link -> overlay should be shown directly above the text BUT it is not
4. click link again -> 2nd overlay is created which is positioned correctly above the text

#### What is the use-case or motivation for changing an existing behavior?
Seems just a bug...

#### Which versions of Angular, Material, OS, TypeScript, browsers are affected?
- Browser: Safari on iOS 13.3 or iPadOS 13.3
- Angular 9.x without Ivy, Material 9.1.x (see project dependencies)

#### Is there anything else we should know?

Guide de contribution

Ouvrir le guide de contribution

Piste de recherche

Commencez par reproduire le StackBlitz lié dans Safari sur iOS 13.3 avec FlexibleConnectedPositionStrategy, bottom placement et BlockScrollStrategy. Examinez les points d’entrée de ces stratégies et comparez le premier et le deuxième overlay après le défilement ; c’est terminé lorsque le premier overlay est positionné directement au-dessus du lien, comme sur desktop et sans BlockScrollStrategy.

Rédigé par le modèle d'indexation à partir du texte de l'issue.

Évaluation

Stack technique
angular, typescript
Domaine
frontend
Type d'issue
Bug
Difficulté
4/5
Temps estimé
3-5 jours
Activité
À l'abandon
Clarté
Plutôt claire
Accessibilité débutants
25/100

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.