This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
autocomplete: options pop-up in floating-label mode detaches from input on backdrop swipe up/down on iOS #11786
Labels
needs: investigation
The cause of this issue is not well understood and needs to be investigated by the team or community
os: iOS
This issue is specific to iOS
P3: important
Important issues that really should be fixed when possible.
severity: regression
This issue is related to a regression
Milestone
Bug
CodePen and steps to reproduce the issue:
CodePen Demo which demonstrates the issue:
https://codepen.io/pen/?editors=1010#0
Detailed Reproduction Steps:
What is the expected behavior?
The options may bounce a little as per iOS behavior, but the options pop-up panel should not move in relation to the autocomplete's input.
What is the current behavior?
The options pop-up panel breaks free and the page is allowed to be scrolled with the panel detached from the autocomplete's input.
What is the use-case or motivation for changing an existing behavior?
It should work like non-floating-label mode and not allow background page to be scrolled.
Which versions of AngularJS, Material, OS, and browsers are affected?
Is there anything else we should know? Stack Traces, Screenshots, etc.
Discovered while testing #11778 (comment).
This is a regression introduced in
1.1.20
by PR #11743.May be related to #11478.
The text was updated successfully, but these errors were encountered: